diff --git a/srcpkgs/age-plugin-yubikey/template b/srcpkgs/age-plugin-yubikey/template new file mode 100644 index 00000000000..e6aa339ab3c --- /dev/null +++ b/srcpkgs/age-plugin-yubikey/template @@ -0,0 +1,19 @@ +# Template file for 'age-plugin-yubikey' +pkgname=age-plugin-yubikey +version=0.5.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="pcsclite-devel openssl-devel" +depends="pcsc-tools pcsc-ccid yubikey-manager" +short_desc="YubiKey plugin for age" +maintainer="Adrian Cybulski " +license="MIT OR Apache-2.0" +homepage="https://github.com/str4d/age-plugin-yubikey" +changelog="https://github.com/str4d/age-plugin-yubikey/blob/main/CHANGELOG.md" +distfiles="https://github.com/str4d/age-plugin-yubikey/archive/refs/tags/v${version}.tar.gz" +checksum=65807403f0098569a473ffa76302b205da148a7f46b61fd331b8e323959978ba + +post_install() { + vlicense LICENSE-MIT +}