diff --git a/srcpkgs/yubikey-touch-detector/template b/srcpkgs/yubikey-touch-detector/template new file mode 100644 index 00000000000000..e7666b9639a7d8 --- /dev/null +++ b/srcpkgs/yubikey-touch-detector/template @@ -0,0 +1,19 @@ +# Template file for 'yubikey-touch-detector' +pkgname=yubikey-touch-detector +version=1.13.0 +revision=1 +build_style=go +go_import_path=github.com/maximbaz/yubikey-touch-detector +hostmakedepends="pkg-config" +makedepends="gpgme-devel" +short_desc="Tool to detect when your YubiKey is waiting for a touch" +maintainer="Yushi " +license="ISC" +homepage="https://github.com/max-baz/yubikey-touch-detector" +changelog="https://github.com/max-baz/yubikey-touch-detector/releases" +distfiles="https://github.com/max-baz/yubikey-touch-detector/archive/refs/tags/${version}.tar.gz" +checksum=8c12cea50fe31721f13fe55ee4b6be5315ac8a444c33beb3e8bb7e947cfa231e + +post_install() { + vlicense LICENSE +}