From c9e209e83cb1b5664a5a2da7693326463a8b3eb2 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Tue, 31 Dec 2019 18:14:08 -0800 Subject: [PATCH] sigtool: New package --- 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..59f8988edd5 --- /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 ./... +}