commit all archived files

This commit is contained in:
mappu 2016-10-01 00:00:00 +00:00
parent 410af7aa65
commit 73219c59d9
2 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# makedeb
![](https://img.shields.io/badge/written%20in-Golang-blue)
A library for producing deb packages (Debian/Ubuntu) on other platforms.
- Confirmed working with current versions of `dpkg`
- Includes a sample application that almost certainly doesn't do /exactly/ what you wanted, but should be customisable for your needs
- Only minor warnings on `lintian` (depending on your content)
## Installation
Library: `go get -u code.ivysaur.me/makedeb`
Sample application: `go get -u code.ivysaur.me/makedeb/cmd/makedeb`
## Changelog
2016-10-01: r3
- Initial public release
- [⬇️ makedeb-r3.zip](dist-archive/makedeb-r3.zip) *(8.31 KiB)*

BIN
dist-archive/makedeb-r3.zip Normal file

Binary file not shown.