🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: perl-yapp
pkgver: '1.21'
pkgrel: '7'
pkgdesc: Perl extension for generating and using LALR parsers.
url: 'https://metacpan.org/pod/CPAN::Yapp'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://search.cpan.org/CPAN/authors/id/W/WB/WBRASWELL/Parse-Yapp-${pkgver}.tar.gz'
sha256sums:
- 3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5
build: |
cd Parse-Yapp-${pkgver}
perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR="${PKGDIR}"
# Remove .packlist if present in the package
find ${PKGDIR} -name '*.bs' -or \
-name .packlist -delete
package: |
true