update: rename lfs-12.2 to lfs

This commit is contained in:
2025-03-14 01:33:44 -04:00
parent 02fd8b18b8
commit a4b9b9fdc5
56 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
pkgname=perl-xml-parser
pkgver=2.47
pkgdesc="Expat-based XML parser module for perl"
license=('GPL' 'PerlArtistic')
homepage="https://github.com/chorny/XML-Parser"
sources=("XML-Parser-${pkgver}.tar.gz")
urls=("https://cpan.metacpan.org/authors/id/T/TO/TODDR/${sources[0]}")
md5sums=("89a8e82cfd2ad948b349c0a69c494463")
src_prepare() {
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
}
src_build() {
perl Makefile.PL
make
}
src_check() {
make test
}
src_install() {
make DESTDIR="${pkgdir}" install
}