Debian package creator script
 
 
Go to file
earnest ma 2271857b7c
chore: Update README
* Update LICENSE to 2022
* Migrated project sources to https://git.earne.link/earnestma/aptpkg
2022-04-27 18:36:20 -04:00
docs chore: Update README 2022-04-27 18:36:20 -04:00
.build.yml chore(docs): Use man pages 2021-10-07 22:02:35 -04:00
.gitignore chore: Add .gitignore 2021-10-07 22:06:30 -04:00
LICENSE chore: Update README 2022-04-27 18:36:20 -04:00
Makefile fix: Typo in Makefile 2021-10-07 22:05:34 -04:00
README.md chore: Update README 2022-04-27 18:36:20 -04:00
aptpkg chore(release): aptpkg 1.1.0 2021-10-16 18:33:22 -04:00

README.md

aptpkg

Please note: I am not actively using or maintaining this project.

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, discussion, or pull requests are welcome!

License

aptpkg is published under an MIT License. See the LICENSE file for copyright and license details.