diff --git a/README.md b/README.md new file mode 100644 index 0000000..56f8eaf --- /dev/null +++ b/README.md @@ -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)* + diff --git a/dist-archive/makedeb-r3.zip b/dist-archive/makedeb-r3.zip new file mode 100644 index 0000000..3e48212 Binary files /dev/null and b/dist-archive/makedeb-r3.zip differ