diff options
| author | Jeff Carr <[email protected]> | 2024-11-06 13:42:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-06 13:42:55 -0600 |
| commit | 047c382537b76df4ac582230b72c98ef5aa6cbc8 (patch) | |
| tree | 80ba6be432429e1bb20c3441d2abe0df1b7e1bdf | |
| parent | 5e5a66739b966272cb4bac6f9ebe72b2365f840e (diff) | |
build for debian
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | Makefile | 9 | ||||
| -rw-r--r-- | control | 12 |
3 files changed, 24 insertions, 0 deletions
@@ -1 +1,4 @@ +go.sum +go.mod + /networkQuality @@ -12,3 +12,12 @@ golines: clean: go clean -testcache rm -f *.o core + +apple: + ./networkQuality --config mensura.cdn-apple.com --port 443 --path /api/v1/gm/config + +# makes a .deb package +debian: + # you have to symlink this if you are building it from somewhere else + # ln -s ~/go/src/github.com/network-quality/goresponsiveness -> ../../go.wit.com/apps/networkQuality + ~/go/bin/go-deb --ldflags "$(PKG)/utilities.GitVersion=$(GIT_VERSION)" --no-gui --repo go.wit.com/apps/networkQuality @@ -0,0 +1,12 @@ +Source: networkQuality +Build-Depends: golang +Package: networkQuality +Maintainer: Jeff Carr <[email protected]> +Architecture: amd64 +Recommends: +Depends: +URL: https://github.com/network-quality/goresponsiveness +Description: does a speed test of your internet connection + To test against apple.com: + networkQuality --config mensura.cdn-apple.com --port 443 --path /api/v1/gm/config + This is a debian package of: https://github.com/network-quality/goresponsiveness |
