Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 733 Bytes

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).