2021-07-26 13:41:48 -04:00
# aptpkg
2022-04-27 18:30:52 -04:00
**Please note:** I am not actively using or maintaining this project.
2021-07-26 13:41:48 -04:00
2022-04-27 18:30:52 -04:00
- [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).
2021-07-26 13:41:48 -04:00
## Prerequisites
2021-10-07 14:27:21 -04:00
- scdoc (build)
- dpkg, dpkg-dev
2021-07-26 13:41:48 -04:00
- git, wget, bash
2021-10-07 14:27:21 -04:00
- unzip, tar, etc.
2021-07-26 13:41:48 -04:00
## Usage
2021-10-07 14:27:21 -04:00
Run `aptpkg --help` or `man aptpkg` for more information.
2021-07-26 13:41:48 -04:00
## Contribute
2022-04-27 18:30:52 -04:00
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!
2021-07-26 13:41:48 -04:00
## License
2022-04-27 18:30:52 -04:00
`aptpkg` is published under an MIT License. See the LICENSE file for copyright and license details.