go-deb/README.md

18 lines
503 B
Markdown
Raw Normal View History

# go-deb
Makes a debian package from a go git repository
2024-11-07 04:16:14 -06:00
Usage (puts .deb in ~/incoming/) :
2024-11-16 00:05:07 -06:00
* go-deb --auto --repo go.wit.com/apps/go-clone
2024-11-07 04:16:14 -06:00
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
2024-11-07 16:53:19 -06:00
* handle arches [amd64, any, arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x, source]