easyrsa: remove, does not work with libressl

This commit is contained in:
Enno Boland 2018-02-25 12:36:38 +01:00
parent d3535f70c9
commit db18952e9f
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,28 +0,0 @@
# Template file for 'easyrsa'
pkgname=easyrsa
version=3.0.4
revision=1
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf
/etc/easyrsa/x509-types/*"
depends="libressl bash"
short_desc="Simple shell based CA utility"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/OpenVPN/easy-rsa"
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v$version/EasyRSA-$version.tgz"
wrksrc=EasyRSA-$version
checksum=472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a
noarch=yes
do_build() {
sed -i 's|./easyrsa|easyrsa|' easyrsa
}
do_install() {
vbin easyrsa
vinstall openssl-easyrsa.cnf 644 etc/easyrsa
vinstall vars.example 644 etc/easyrsa vars
vmkdir etc/easyrsa/x509-types
vcopy 'x509-types/*' etc/easyrsa/x509-types
vlicense COPYING.md
}