dh-make-golang
tool that converts Go packages into Debian package source
Install
- All systems
-
curl cmd.cat/dh-make-golang.sh
- Debian
-
apt-get install dh-make-golang
- Ubuntu
-
apt-get install dh-make-golang
- Kali Linux
-
apt-get install dh-make-golang
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dh-make-golang
- Raspbian
-
apt-get install dh-make-golang
- Dockerfile
- dockerfile.run/dh-make-golang
dh-make-golang
tool that converts Go packages into Debian package source
dh-make-golang is a tool to automatically create Debian packaging for Go packages. Its goal is to automate away as much of the work as possible when creating a Debian package for a Go library package.