Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrepolischuk/mdeb

Minimal Debian packaging
https://github.com/andrepolischuk/mdeb

deb debian package ubuntu

Last synced: 5 days ago
JSON representation

Minimal Debian packaging

Awesome Lists containing this project

README

        

# mdeb [![Build Status][travis-image]][travis-url]

> Minimal Debian packaging

Without scripts and dependencies

## Install

```sh
npm install --global mdeb
```

## Usage

```sh
mdeb --help

Minimal Debian packaging

Usage
mdeb <...files>

Options
--path, -p Package installation path

Examples
mdeb foo.sh
mdeb bar.sh --path /usr/local/share
```

## Dependencies

* `dpkg`
* `jq`

## License

MIT

[travis-url]: https://travis-ci.org/andrepolischuk/mdeb
[travis-image]: https://travis-ci.org/andrepolischuk/mdeb.svg?branch=master