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)
- Host: GitHub
- URL: https://github.com/cbednarski/mkdeb
- Owner: cbednarski
- License: mit
- Created: 2016-11-14T23:43:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T17:33:27.000Z (almost 9 years ago)
- Last Synced: 2025-08-14T17:03:02.646Z (10 months ago)
- Topics: cli, debian, packages
- Language: Go
- Size: 71.3 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdeb
[](https://travis-ci.org/cbednarski/mkdeb)
[](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).