An open API service indexing awesome lists of open source software.

https://github.com/cbednarski/mkdeb

Go library for creating Debian packages (.deb)
https://github.com/cbednarski/mkdeb

cli debian packages

Last synced: 5 months ago
JSON representation

Go library for creating Debian packages (.deb)

Awesome Lists containing this project

README

          

# mkdeb

[![Build Status](https://travis-ci.org/cbednarski/mkdeb.svg?branch=master)](https://travis-ci.org/cbednarski/mkdeb)
[![GoDoc](https://godoc.org/github.com/cbednarski/mkdeb/deb?status.svg)](https://godoc.org/github.com/cbednarski/mkdeb/deb)

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

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