deb-get
deb-get copied to clipboard
Add makedeb
Requesting a new app ✨
- [X] I have checked that this app does not already have a pending request and has not previously been declined.
- App Name: makedeb
- Download URL: https://docs.makedeb.org/installing/apt-repository/
- Website URL: https://www.makedeb.org/
- App Summary: A simple to use deb packaging tool and the mpr repository, a AUR-like sister project for debian and derivatives.
something like this (not tested)
function deb_makedeb() {
APT_KEY_URL="https://proget.makedeb.org/debian-feeds/makedeb.pub"
APT_LIST_NAME="makedeb"
APT_REPO_URL="deb [arch=all] https://proget.makedeb.org/ makedeb main"
PRETTY_NAME="makedeb"
WEBSITE="https://www.makedeb.org/"
SUMMARY="A simple to use deb packaging tool and the mpr repository, a AUR-like sister project for debian and derivatives."
}
Thanks @pirate486743186. Hopefully I managed to credit you in the fixed / updated PR.