Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qjoly/src-packages-deb
Debian Package Collection
https://github.com/qjoly/src-packages-deb
debian-packages
Last synced: 4 days ago
JSON representation
Debian Package Collection
- Host: GitHub
- URL: https://github.com/qjoly/src-packages-deb
- Owner: qjoly
- Created: 2023-04-10T12:56:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T14:55:48.000Z (5 months ago)
- Last Synced: 2025-01-11T11:53:51.474Z (5 days ago)
- Topics: debian-packages
- Language: Shell
- Homepage:
- Size: 66.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Github project is a debian Package Collection.
You can build each package with the following command:
```bash
dpkg-deb --build
```Example:
```bash
dpkg-deb --build packages/hello-world/hello-world_1.0.0-1_all
#dpkg-deb: building package 'hello-world' in 'packages/hello-world/hello-world_1.0.0-1_all.deb'.
```## LICENSE
Licensed under the MIT License.
Please respect the license of each package.