From 9a59042f359cece4ab14f90b06e468d73df06b1c Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 15:25:53 +0100 Subject: [PATCH 1/3] Add current team members as developers --- build.sbt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.sbt b/build.sbt index f48d7fe..11fb322 100644 --- a/build.sbt +++ b/build.sbt @@ -13,6 +13,18 @@ inThisBuild( "Łukasz Wroński", "", url("https://github.com/lwronski") + ), + Developer( + "Gedochao", + "Piotr Chabelski", + "pchabelski@virtuslab.com", + url("https://github.com/Gedochao") + ), + Developer( + "tgodzik", + "Tomasz Godzik", + "tgodzik@virtuslab.com", + url("https://github.com/tgodzik") ) ) ) From a4ac796c22c1961559df319eec9592c21847a678 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 15:27:09 +0100 Subject: [PATCH 2/3] Update project homepage/repository address --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11fb322..9efdcfd 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import Settings.project inThisBuild( List( organization := "org.virtuslab", - homepage := Some(url("https://github.com/VirtuslabRnD/scala-packager")), + homepage := Some(url("https://github.com/VirtusLab/scala-packager")), licenses := List( "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0") ), From 888850602c81a61d17be489bcc3af2804562329e Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 15:30:04 +0100 Subject: [PATCH 3/3] Refactor README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 283acd8..9266364 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Scala Packager +Submodule of [Scala CLI](https://github.com/Virtuslab/scala-cli) used to package applications in native formats. -Submodule of ScalaCLI to package application in native formats. - -The main goal of this project is to create simple scala library which packaging binary app to the following formats: +The main goal of this project is to create simple scala library which packages binary apps in the following formats: * Linux * RedHat * Debian @@ -14,13 +13,10 @@ The main goal of this project is to create simple scala library which packaging * Docker ## Modules - The project consists of two dependent modules ### Cli - Provides the command line application interface to building native formats. It is used in [scala-cli](https://github.com/VirtusLab/scala-cli/blob/main/.github/scripts/generate-os-packages.sh) for generating os package. ### Packager - Core library for generating specific native package.