Perl package sanity (#5922)

* Rename to perl-Getopt-ArgvFile for match pkgname

* Rename to perl-IO-Stringy to match pkgname

* Rename to perl-Spiffy to match pkgname
This commit is contained in:
Yonggang Luo
2026-01-03 22:14:41 +08:00
committed by GitHub
parent 1cc81a30e6
commit 1857d63306
3 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,34 @@
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
# Note - ported straight from Archlinux
# Maintainer: J. Peter Mugaas <jpmugaas@suddenlink.net>
_realname=Getopt-ArgvFile
pkgname=perl-${_realname}
pkgver=1.11
pkgrel=3
pkgdesc="Take options from files"
arch=('any')
url="https://metacpan.org/dist/Getopt-ArgvFile"
msys2_references=(
"purl: pkg:cpan/JSTENZEL/Getopt-ArgvFile"
)
license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=("https://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-${pkgver}.tar.gz")
sha256sums=('3709aa513ce6fd71d1a55a02e34d2f090017d5350a9bd447005653c9b0835b22')
build() {
cd Getopt-ArgvFile-${pkgver}
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
package() {
cd Getopt-ArgvFile-${pkgver}
make install DESTDIR="${pkgdir}"
find "${pkgdir}" -name '.packlist' -delete
find "${pkgdir}" -name '*.pod' -delete
}