New package: openpgp-card-tools-0.9.0

This commit is contained in:
Jan Christian Grünhage 2022-08-01 15:38:02 +02:00 committed by John Zimmermann
parent 096b03745a
commit 486af30e89
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'openpgp-card-tools'
pkgname=openpgp-card-tools
version=0.9.0
revision=1
wrksrc="${pkgname}-v${version}"
build_wrksrc="tools"
build_style=cargo
hostmakedepends="pkg-config llvm clang"
makedepends="nettle-devel pcsclite-devel"
depends="pcsclite pcsc-ccid"
short_desc="Tools for inspecting, configuring and using OpenPGP cards"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://gitlab.com/openpgp-card/openpgp-card"
distfiles="${homepage}/-/archive/tools/v${version}/${wrksrc}.tar.gz"
checksum=62033a23a70065b2d9fba3b55dc0c55c385c0e266a319c1659b21d4ff619f7eb
post_install() {
vlicense "../LICENSES/MIT.txt"
vdoc "README.md"
}

View File

@ -0,0 +1,2 @@
site="https://gitlab.com/openpgp-card/openpgp-card/-/tags?format=atom"
pattern="<title>(openpgp-card-)?tools/v\K[\d.]+(?=</title>)"