🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: perl-xml-simple
pkgver: '2.25'
pkgrel: '2'
pkgdesc: Easy API to maintain XML
url: 'https://metacpan.org/pod/XML::Simple'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-${pkgver}.tar.gz'
sha256sums:
- 531fddaebea2416743eb5c4fdfab028f502123d9a220405a4100e68fc480dbf8
build: |
cd XML-Simple-${pkgver}
perl Makefile.PL
make
make DESTDIR=${PKGDIR} install
find ${PKGDIR} \
-name '*.bs' -or \
-name .packlist | xargs rm
package: |
true