summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 13:42:55 -0600
committerJeff Carr <[email protected]>2024-11-06 13:42:55 -0600
commit047c382537b76df4ac582230b72c98ef5aa6cbc8 (patch)
tree80ba6be432429e1bb20c3441d2abe0df1b7e1bdf /control
parent5e5a66739b966272cb4bac6f9ebe72b2365f840e (diff)
build for debian
Diffstat (limited to 'control')
-rw-r--r--control12
1 files changed, 12 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..b2db835
--- /dev/null
+++ b/control
@@ -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