Git Product home page Git Product logo

makedeb's Introduction

Makedeb

Drone CI - Stable Drone CI - Alpha
AUR - Stable AUR - Alpha

Overview

makedeb takes PKGBUILD files and creates Debian packages installable with APT.

Automated installation and updates of AUR and Arch Linux packages are available with mpm.

Installation

Arch Linux users can install makedeb from the AUR from the stable or alpha release.

Users on Debian or Debian-based systems (i.e. Ubuntu) should follow the below instructions.

First, set up the repository with the following commands:

sudo wget 'https://hunterwittenborn.com/keys/apt.asc' -O /etc/apt/trusted.gpg.d/hwittenborn.asc
echo 'deb [arch=all] https://repo.hunterwittenborn.com/debian/makedeb any main' | sudo tee /etc/apt/sources.list.d/makedeb.list
sudo apt update

Then, install makedeb with one of the following commands:

  • makedeb (stable release):
sudo apt install makedeb
  • makedeb (alpha release):
sudo apt install makedeb-alpha

As expected, don't run the alpha release if you're expecting stability. Things could break occasionally, and you'll need to know how to get around your system when it happens.

For support of converting PKGBUILD details from Arch Linux (i.e. dependencies and architectures), install the makedeb-db package as well:

sudo apt install makedeb-db

Usage

Instructions can be found after installation with makedeb --help

Documentation on the inner working of makedeb, as well as guides to contributing, are available in the makedeb wiki.

Get in touch

A Matrix room is available at #git:hunterwittenborn.com for discussion of any of my projects. Feel free to hop in if you need any help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.