parent
dec83e664c
commit
657975c266
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'easyrsa'
|
||||
pkgname=easyrsa
|
||||
version=3.0.3
|
||||
version=3.0.4
|
||||
revision=1
|
||||
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-1.0.cnf
|
||||
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf
|
||||
/etc/easyrsa/x509-types/*"
|
||||
depends="libressl bash"
|
||||
short_desc="Simple shell based CA utility"
|
||||
|
@ -11,7 +11,7 @@ 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=fb239d67f4bd09f817b0025450d422ed7ae3ee93af737c57d4acd8fdb646079e
|
||||
checksum=472167f976c6cb7c860cec6150a5616e163ae20365c81f179811d6ee0779ec5a
|
||||
noarch=yes
|
||||
|
||||
do_build() {
|
||||
|
@ -20,7 +20,7 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
vbin easyrsa
|
||||
vinstall openssl-1.0.cnf 644 etc/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
|
||||
|
|
Loading…
Reference in a new issue