https://github.com/eclipse/packager
Eclipse Packager project
https://github.com/eclipse/packager
Last synced: 8 months ago
JSON representation
Eclipse Packager project
- Host: GitHub
- URL: https://github.com/eclipse/packager
- Owner: eclipse
- License: epl-2.0
- Created: 2019-05-24T15:42:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T19:02:11.000Z (8 months ago)
- Last Synced: 2025-04-22T20:22:33.695Z (8 months ago)
- Language: Java
- Size: 418 KB
- Stars: 9
- Watchers: 4
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Eclipse Packagerâ„¢ [](https://search.maven.org/search?q=g:org.eclipse.packager "Eclipse Packager") [](https://github.com/eclipse/packager/blob/master/LICENSE) [](https://matrix.to/#/#packager:matrix.eclipse.org)
Create Linux software packages in plain Java.
Currently, this project can:
* Read and create Debian packages (`.deb`)
* Read, create, and sign RPM packages (`.rpm`)
There are three modules: core, deb and rpm. To import, depend on the modules you require:
* `org.eclipse.packager:packager-deb:$version`
* `org.eclipse.packager:packager-rpm:$version`