druck

LOW
maintainer mb720 0 votes scanned 2026-09-22 21:39:17.189684
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Matthias Braun <me@matthiasbraun.eu>
2pkgname=druck
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Print a file from the command line using the GTK print dialog"
6arch=(any)
7url="https://gitlab.com/bullbytes/druck"
8license=(AGPL-3.0-or-later)
9depends=(python python-gobject python-cairo glib2 gdk-pixbuf2 gtk4 poppler-glib)
10optdepends=(
11 'cups: print to local print queues'
12 'avahi: find network printers via mDNS/DNS-SD'
13 'evince: print preview'
14)
15source=("druck-${pkgver}.tar.gz::https://gitlab.com/bullbytes/druck/-/archive/v${pkgver}/druck-v${pkgver}.tar.gz")
16b2sums=('5b5199b69889dc91124ac78ce4bdb76ece43d67b1852d23368ea50bf6c5da443402b156bc38ae9e200a0de1114edd4d69850cb13768360d937088ab6a1957d04')
17
18package() {
19 cd "druck-v${pkgver}"
20 install -Dm755 druck "$pkgdir/usr/bin/druck"
21 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22 install -Dm644 man/druck.1 "$pkgdir/usr/share/man/man1/druck.1"
23 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 21:39:17 Low 1

Report a package

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

0 / 4000
Your suggestion