mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: openpgp-card-tools-0.9.0
This commit is contained in:
parent
096b03745a
commit
486af30e89
2 changed files with 23 additions and 0 deletions
21
srcpkgs/openpgp-card-tools/template
Normal file
21
srcpkgs/openpgp-card-tools/template
Normal 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"
|
||||||
|
}
|
2
srcpkgs/openpgp-card-tools/update
Normal file
2
srcpkgs/openpgp-card-tools/update
Normal 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>)"
|
Loading…
Add table
Reference in a new issue