From 7bbc24efd2f15814e47ee810fb76e01921dd310c Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 31 Dec 2019 18:14:08 -0800 Subject: [PATCH] New package: sigtool-0.6.2 --- srcpkgs/sigtool/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/sigtool/template diff --git a/srcpkgs/sigtool/template b/srcpkgs/sigtool/template new file mode 100644 index 00000000000..5927241c830 --- /dev/null +++ b/srcpkgs/sigtool/template @@ -0,0 +1,16 @@ +# Template file for 'sigtool' +pkgname=sigtool +version=0.6.2 +revision=1 +build_style=go +go_import_path=github.com/opencoff/sigtool +short_desc="Go version of OpenBSD's signify(1)" +maintainer="Michael Aldridge " +license="GPL-2.0-only" +homepage="https://github.com/opencoff/sigtool" +distfiles="https://github.com/opencoff/sigtool/archive/v$version.tar.gz" +checksum=a2b4a52f3104fd132bed2e31a65144d4de358cd5fd7b92ae35a7eaa63df9a7ef + +do_check() { + go test -v ./... +}