blob: 480a4ad5f632846e79bbad4c3b3852f8cd4cc71c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# go-deb
Makes a debian package from a go git repository
Usage (puts .deb in ~/incoming/) :
* go-deb --no-gui --repo go.wit.com/apps/go-clone
Notes
Make a 'control' file for the debian package. You can also make a custom 'build' script to run to place additional files in the debian package. Compiles go with ldflags for main.VERSION.
TODO:
* Make the sources
* Make it compatible with debuild
* handle arches [amd64, any, arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x, source]
|