pappl-git

MEDIUM
maintainer pmattern 4 votes scanned 2026-09-27 15:19:08.759284
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: Joel Grunbaum <joel@joelg.net>
2_pkgname=pappl
3pkgname=$_pkgname-git
4pkgver=r914.d42115a
5pkgrel=1
6pkgdesc="a simple C-based framework/library for developing CUPS Printer Applications"
7arch=('x86_64')
8url="https://www.msweet.org/pappl/"
9license=('Apache' 'custom')
10depends=('libcups' 'libjpeg-turbo' 'pam')
11makedepends=('git')
12provides=('pappl')
13conflicts=('pappl')
14source=('git+https://github.com/michaelrsweet/pappl.git')
15md5sums=('SKIP')
16
17pkgver() {
18 cd "$_pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cd "$_pkgname"
24 export DSOFLAGS=${LDFLAGS}
25 ./configure --prefix=/usr
26 make
27}
28
29package() {
30 cd "$_pkgname"
31 make DESTDIR="$pkgdir/" install
32
33 install -Dm755 testsuite/testpappl -t "$pkgdir/usr/bin"
34 install -Dm644 doc/* -t "$pkgdir/usr/share/doc/$pkgname"
35 install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 15:19:08 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