Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/mdeb
Minimal Debian packaging
https://github.com/andrepolischuk/mdeb
deb debian package ubuntu
Last synced: about 2 months ago
JSON representation
Minimal Debian packaging
- Host: GitHub
- URL: https://github.com/andrepolischuk/mdeb
- Owner: andrepolischuk
- License: mit
- Created: 2016-05-13T11:27:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T13:21:39.000Z (over 7 years ago)
- Last Synced: 2024-11-13T16:46:08.731Z (about 2 months ago)
- Topics: deb, debian, package, ubuntu
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --helpMinimal Debian packaging
Usage
mdeb <...files>Options
--path, -p Package installation pathExamples
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