make .deb install go-gui-toolkits
This commit is contained in:
parent
8e1cb3ee1c
commit
27afe91493
1
Makefile
1
Makefile
|
@ -9,7 +9,6 @@ build:
|
||||||
echo "build it!"
|
echo "build it!"
|
||||||
@# copy the toolkits into the binary during debugging
|
@# copy the toolkits into the binary during debugging
|
||||||
-rm resources/*.so
|
-rm resources/*.so
|
||||||
cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/
|
|
||||||
GO111MODULE=off go build -v -x \
|
GO111MODULE=off go build -v -x \
|
||||||
-ldflags " \
|
-ldflags " \
|
||||||
-X main.VERSION=${VERSION}"
|
-X main.VERSION=${VERSION}"
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
Source: autotypist
|
||||||
|
Build-Depends: golang
|
||||||
|
Package: autotypist
|
||||||
|
Maintainer: Jeff Carr <jcarr@wit.com>
|
||||||
|
Packager: Jeff Carr <jcarr@wit.com>
|
||||||
|
Architecture: amd64
|
||||||
|
Depends: go-gui-toolkits
|
||||||
|
URL: https://go.wit.com/
|
||||||
|
Conflicts:
|
||||||
|
Description: a work in progress GUI around git repos
|
Loading…
Reference in New Issue