From 27afe9149327bd78487cbb69bb93dfcb19013ebf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 15 Dec 2024 08:45:12 -0600 Subject: [PATCH] make .deb install go-gui-toolkits --- Makefile | 1 - control | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 control diff --git a/Makefile b/Makefile index 5053191..7fb0915 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ build: echo "build it!" @# copy the toolkits into the binary during debugging -rm resources/*.so - cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ GO111MODULE=off go build -v -x \ -ldflags " \ -X main.VERSION=${VERSION}" diff --git a/control b/control new file mode 100644 index 0000000..32415ef --- /dev/null +++ b/control @@ -0,0 +1,10 @@ +Source: autotypist +Build-Depends: golang +Package: autotypist +Maintainer: Jeff Carr +Packager: Jeff Carr +Architecture: amd64 +Depends: go-gui-toolkits +URL: https://go.wit.com/ +Conflicts: +Description: a work in progress GUI around git repos