makedeb / makedeb

A simplicity-focused packaging tool for Debian archives

Home Page:https://makedeb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makedeb

makedeb is a packaging tool for Debian and Ubuntu based systems that aims to be simple and easy to use, whilst still remaining just as powerful as standard Debian tooling.

Installing

The recommended way to install makedeb is through the interactive installer. This will set up the needed repositories on your system, allow you to choose which makedeb release you want, as well as provide options for extra utilities for use with makedeb.

You can use the installer by running the following:

# If you're running in a noninteractive environment (such as in CI or on a server), change `-ci` to `-c`.
bash -ci "$(wget -qO - 'https://shlink.makedeb.org/install')"

If you'd like to install makedeb in a different manner (such as if you want to install from the MPR or with Docker), you can find instructions for such in makedeb Docs.

Building

See BUILDING.md.

Contributing

See CONTRIBUTING.md.

Usage

Online documentation can be found in the aformentioned documentation. Help with available usage can also be found after installation with makedeb --help.

Support

See Obtaining Support in the makedeb Docs.

Donate

Thank you to the following companies who have generously given resources to help the makedeb project:

Inedo: For their universal package manager and Docker registry tool, ProGet. ProGet is used in the makedeb project to manage both Debian packages and Docker images. In addition, ProGet also supports private repositories and registries, as well as numerous package formats, including RPM, NuGet, and npm.

If you or your own organization finds makedeb to be useful, please consider donating.

About

A simplicity-focused packaging tool for Debian archives

https://makedeb.org

License:GNU General Public License v3.0


Languages

Language:Shell 90.8%Language:Rust 5.6%Language:Python 1.3%Language:Jsonnet 1.3%Language:Just 0.9%