/mkdeb

Go library for creating Debian packages (.deb)

Primary LanguageGoMIT LicenseMIT

mkdeb

Build Status GoDoc

A Go CLI and library for building debian packages.

To use the CLI:

go get github.com/cbednarski/mkdeb
mkdeb

To use as a library:

go get github.com/cbednarski/mkdeb/deb
godoc -http=:8080

Browse to http://localhost:8080/pkg/github.com/cbednarski/mkdeb/deb/

License

This project and all its depdendencies are licensed under MIT and BSD-style licenses, including the Go license. Specifically there is no copyleft encumberance encumberance (MPL, GPL, or LGPL).