initial work on openpgp key

This commit is contained in:
Xuu
2020-10-17 10:32:03 -06:00
parent df040b2004
commit 031fe1ac5e
5 changed files with 117 additions and 3 deletions

4
debian/Makefile vendored
View File

@@ -25,8 +25,8 @@ build:
export BUILD="BUILD/$(NAME)_$(VERSION)"; \
env GOOS=linux GOARCH=amd64 go build -v -o $${BUILD}/opt/sour.is/bin/paste \
-ldflags "-X main.AppVersion=$(VERSION) -X main.AppBuild=$(DATE)"\
sour.is/x/paste/cmd/paste; \
dpkg -b $${BUILD};
sour.is/x/paste/cmd/paste && \
dpkg -b $${BUILD}
copy:
export BUILD="BUILD/$(NAME)_$(VERSION)"; \