mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: sequoia-chameleon-gnupg-0.9.0
This commit is contained in:
parent
f9159355ca
commit
5ebdaa3fc5
1 changed files with 23 additions and 0 deletions
23
srcpkgs/sequoia-chameleon-gnupg/template
Normal file
23
srcpkgs/sequoia-chameleon-gnupg/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'sequoia-chameleon-gnupg'
|
||||||
|
pkgname=sequoia-chameleon-gnupg
|
||||||
|
version=0.9.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config llvm clang"
|
||||||
|
makedepends="nettle-devel openssl-devel sqlite-devel bzip2-devel"
|
||||||
|
checkdepends="gnupg faketime sequoia-sq"
|
||||||
|
short_desc="Re-implementation of gpg and gpgv from Sequoia OpenPGP"
|
||||||
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg"
|
||||||
|
distfiles="https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/archive/v${version}/sequoia-chameleon-gnupg-v${version}.tar.gz"
|
||||||
|
checksum=fce55bc7323d40476415bf52451ae8b71ab2760665d25d39b08c3caf574e7e16
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# allow users to add /usr/libexec/sequoia to $PATH to get gpg = gpg-sq
|
||||||
|
vmkdir /usr/libexec/sequoia
|
||||||
|
mv "${DESTDIR}"/usr/bin/gpg-sq "${DESTDIR}"/usr/libexec/sequoia/gpg
|
||||||
|
ln -s ../libexec/sequoia/gpg "${DESTDIR}"/usr/bin/gpg-sq
|
||||||
|
mv "${DESTDIR}"/usr/bin/gpgv-sq "${DESTDIR}"/usr/libexec/sequoia/gpgv
|
||||||
|
ln -s ../libexec/sequoia/gpgv "${DESTDIR}"/usr/bin/gpgv-sq
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue