28 lines
811 B
Markdown
28 lines
811 B
Markdown
# aptpkg
|
|
|
|
**Please note:** I am not actively using or maintaining this project.
|
|
|
|
- [packaging repo example](https://git.earne.link/earnestma/aptpkg-pkgs)
|
|
- [wiki page](https://git.earne.link/earnestma/aptpkg/wiki)
|
|
|
|
aptpkg can be used to easily create/ get debian packages, and can be used with a tool such as **reprepro**(1).
|
|
|
|
## Prerequisites
|
|
|
|
- scdoc (build)
|
|
- dpkg, dpkg-dev
|
|
- git, wget, bash
|
|
- unzip, tar, etc.
|
|
|
|
## Usage
|
|
|
|
Run `aptpkg --help` or `man aptpkg` for more information.
|
|
|
|
## Contribute
|
|
|
|
Creating [issues](https://git.earne.link/earnestma/aptpkg/issues), [discussion](https://discuss.earne.link/t/earnest), or [pull requests](https://git.earne.link/earnestma/aptpkg/pulls) are welcome!
|
|
|
|
## License
|
|
|
|
`aptpkg` is published under an MIT License. See the LICENSE file for copyright and license details.
|