New package: openpgp-ca-0.11.2

This commit is contained in:
Jan Christian Grünhage 2021-09-05 22:23:25 +02:00 committed by Đoàn Trần Công Danh
parent c865535abd
commit 59f5f0d031
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'openpgp-ca'
pkgname=openpgp-ca
version=0.11.2
revision=1
build_style=cargo
make_install_args="--path openpgp-ca-bin"
hostmakedepends="pkg-config clang llvm nettle-devel sqlite-devel"
makedepends="openssl-devel nettle-devel clang sqlite-devel"
depends="gnupg"
short_desc="Tool for handling OpenPGP keys in organizaations"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later"
homepage="https://openpgp-ca.org/"
distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/openpgp-ca-openpgp-ca-v${version}.tar.gz"
checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
make_check=no # Tests require gpg-agent being set up

View File

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