Skip to content

Commit

Permalink
Merge pull request #193 from Gedochao/maintenance/update-data
Browse files Browse the repository at this point in the history
Update app & team data & `README.md`
  • Loading branch information
Gedochao authored Nov 19, 2024
2 parents aeaf55c + 8888506 commit b96f1eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
14 changes: 13 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
),
Expand All @@ -13,6 +13,18 @@ inThisBuild(
"Łukasz Wroński",
"",
url("https://github.com/lwronski")
),
Developer(
"Gedochao",
"Piotr Chabelski",
"[email protected]",
url("https://github.com/Gedochao")
),
Developer(
"tgodzik",
"Tomasz Godzik",
"[email protected]",
url("https://github.com/tgodzik")
)
)
)
Expand Down

0 comments on commit b96f1eb

Please sign in to comment.