initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=perl-extutils-depends
pkgver=0.8001
_debver=$pkgver
_debrel=2
pkgrel=3
pkgdesc="The Perl depends module"
arch=(i686 x86_64)
url='https://search.cpan.org/dist/ExtUtils-Depends/'
license=('GPL-1')
depends=('perl')
options=('!emptydirs')
source=("https://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz"
"COPYING::https://metadata.ftp-master.debian.org/changelogs//main/libe/libextutils-depends-perl/libextutils-depends-perl_${_debver}-${_debrel}_copyright")
sha512sums=('80141f90fbde7c62b192a55d40d26ce4e442150287ae6fe200388dc84cedba5f5210ee6cd9a40b1a9cda0cc49815b1ba1ab35e75afaa7440de3c3577d01bb733'
'631b13740a45ba146ca36b1e276ec38e27209331385e3fdbc6924493215d70189014742818dbd7eb3d212cdadf87b883634e00fb7a9374b81a8acd28a51cabc6')
build() {
cd ExtUtils-Depends-$pkgver
perl Makefile.PL INSTALLDIRS=vendor
make
}
package() {
cd ExtUtils-Depends-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 $srcdir/COPYING -t $pkgdir/usr/share/licenses/$pkgname
}