deb-get icon indicating copy to clipboard operation
deb-get copied to clipboard

Add makedeb

Open pirate486743186 opened this issue 2 years ago • 1 comments

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.

pirate486743186 avatar Aug 28 '22 22:08 pirate486743186

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."
}

pirate486743186 avatar Aug 28 '22 23:08 pirate486743186

Thanks @pirate486743186. Hopefully I managed to credit you in the fixed / updated PR.

philclifford avatar Jan 10 '23 18:01 philclifford