perl-text-simpletable

MEDIUM
maintainer ryoskzypu 10 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 <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
3# Generator : CPANPLUS::Dist::Arch 1.25
4
5pkgname='perl-text-simpletable'
6pkgver='2.07'
7pkgrel='1'
8pkgdesc="Simple eyecandy ASCII tables"
9arch=('any')
10license=('PerlArtistic' 'GPL')
11options=('!emptydirs')
12depends=('perl')
13makedepends=()
14url='http://search.cpan.org/dist/Text-SimpleTable'
15source=('http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Text-SimpleTable-2.07.tar.gz')
16sha256sums=('256d3f38764e96333158b14ab18257b92f3155c60d658cafb80389f72f4619ed')
17_distdir="Text-SimpleTable-2.07"
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