perl-crypt-le

This commit is contained in:
milisbir 2018-02-28 05:45:05 +02:00
parent 3979523e12
commit 96c2bc0252
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Tanım: Let's Encrypt API interfacing module
# URL: http://search.cpan.org/dist/Crypt-LE/
# Paketçi: milisarge
# Gerekler: perl-convert-asn1 perl-crypt-openssl-rsa perl-io-socket-ssl perl-json-maybexs perl-log-log4perl perl-mozilla-ca
# Grup: kütüphane
isim=perl-crypt-le
surum=0.29
devir=1
kaynak=(https://github.com/do-know/Crypt-LE/archive/$surum.tar.gz::Crypt-LE-$surum.tar.gz)
derle() {
cd Crypt-LE-$surum
perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR="$PKG"
}