1 # Maintainer: Jelle van der Waa <jelle@archlinux.org>
6 pkgdesc="Simple Signed Certificate Generator"
7 url="https://github.com/sgallagher/sscg"
10 depends=(openssl popt talloc ding-libs)
11 makedepends=(git help2man meson)
12 source=(git+https://github.com/sgallagher/sscg.git?signed#tag=${pkgname}-${pkgver})
13 # https://github.com/sgallagher.gpg
14 validpgpkeys=('850A9DD1DBF2ACCC6FC4949145DB85A568286D11')
21 --auto-features enabled \
30 meson test -C build --print-errorlogs
35 DESTDIR="${pkgdir}" meson install -C build