initial import
This commit is contained in:
27
perl-net-libidn2/PKGBUILD
Normal file
27
perl-net-libidn2/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
# Generator (Arch): CPANPLUS::Dist::Arch 1.28
|
||||
|
||||
pkgname=perl-net-libidn2
|
||||
pkgver=1.01
|
||||
pkgrel=1
|
||||
pkgdesc='Perl bindings for GNU Libidn2'
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://search.cpan.org/dist/Net-LibIDN2'
|
||||
license=('GPL-1')
|
||||
options=('!emptydirs')
|
||||
depends=('libidn2' 'perl')
|
||||
makedepends=('perl-module-build')
|
||||
source=("https://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN2-$pkgver.tar.gz")
|
||||
sha512sums=('b3eb430c99a458e9e5fbd16fb6b059bd660a995be7ebe806b44b46160db7a5502806d503ec03667ef9865634f403db2e665c3dcad58f4e221e918ef4d78eabd0')
|
||||
|
||||
build() {
|
||||
cd Net-LibIDN2-$pkgver
|
||||
perl Build.PL installdirs=vendor
|
||||
perl Build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd Net-LibIDN2-$pkgver
|
||||
perl Build install destdir="$pkgdir"
|
||||
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user