summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 16:47:55 -0600
committerJeff Carr <[email protected]>2024-01-03 16:47:55 -0600
commit4ca15cc78dbaaf83640d9c54dc1d81560dc06812 (patch)
tree733ba8b72a1b5b18606f1a17b2fa5a39a6720b8e /debian/control
parent36218f4535dd65d2c8d4ecbea761b3b0289e6f3c (diff)
moving the debian stuff here
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..906f089
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,9 @@
+Source: go-wit-gui
+Build-Depends: golang
+Package: go-wit-gui
+Maintainer: Jeff Carr <[email protected]>
+Architecture: amd64
+Depends:
+Recommends: libgtk-3-0
+Description: a abstraction layer for Go visual elements (GTK, QT, etc)
+ Package gui implements a abstraction layer for Go visual elements.