perl-test-tcp

MEDIUM
maintainer ryoskzypu 15 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: René Wagner <rwagner at rw-net dot de>
2# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
3# Generator : CPANPLUS::Dist::Arch 1.32
4
5pkgname='perl-test-tcp'
6pkgver='2.22'
7pkgrel='2'
8pkgdesc="testing TCP program"
9arch=('any')
10license=('GPL-1.0-only' 'Artistic-1.0')
11options=('!emptydirs')
12depends=('perl-test-sharedfork>=0.29' 'perl>=5.8.1')
13makedepends=()
14url='https://metacpan.org/release/Test-TCP'
15source=('https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Test-TCP-2.22.tar.gz')
16sha512sums=('2e0c8cf710f9702eee9b00422d7133efe87575805361d72becd2c3de671c765baf84827b601d26091e8a6b8595e6d9f168f90b7cfda402d668deb6fc277e37ad')
17_distdir="Test-TCP-2.22"
18
19build() {
20 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
21 PERL_AUTOINSTALL=--skipdeps \
22 PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
23 PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
24 MODULEBUILDRC=/dev/null
25
26 cd "$srcdir/$_distdir"
27 /usr/bin/perl Makefile.PL
28 make
29 )
30}
31
32check() {
33 cd "$srcdir/$_distdir"
34 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
35 make test
36 )
37}
38
39package() {
40 cd "$srcdir/$_distdir"
41 make install
42
43 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
44}
45
46# Local Variables:
47# mode: shell-script
48# sh-basic-offset: 2
49# End:
50# vim:set ts=2 sw=2 et:
51

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion