diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 04:16:14 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 04:16:14 -0600 | 
| commit | 2709aa8d120fa8f0eb91edb9450bf9cc95d21a7f (patch) | |
| tree | 0139303a9a5340db79d9dd216949553e6b6febdf | |
| parent | 406874317c4c6b18c442483841c7fcf15e042a06 (diff) | |
notes for pkg.go.devv0.22.3
| -rw-r--r-- | README.md | 8 | 
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@  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  | 
