🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: perl-ipc-run
pkgver: '20260402.0'
pkgrel: '1'
pkgdesc: 'IPC::Run - system() and background procs w/ piping, redirs, ptys'
url: 'https://metacpan.org/pod/IPC::Run'
arch: x86_64
depends:
- perl
makedepends:
- perl-io-tty
source:
- 'https://www.cpan.org/authors/id/T/TO/TODDR/IPC-Run-${pkgver}.tar.gz'
sha256sums:
- d6a326a8b1ffb19495dea4ff5a09ef138bf3562ab1b069d3fb7efbc77b9f6aca
build: |
cd IPC-Run-${pkgver}
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make install INSTALLDIRS=vendor DESTDIR=${PKGDIR}
# Remove .packlist if present in the package
for i in .packlist; do
find ${PKGDIR} -name "$i" -exec rm -rf {} \;
done
package: |
true