New package: age-plugin-yubikey-0.5.0

This commit is contained in:
Adrian Cybulski 2025-03-05 16:59:19 +00:00 committed by Duncan Overbruck
parent 4099162bb7
commit 9325cd0606

View file

@ -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 <adrian@cybulski.cc>"
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
}