druck
LOW
maintainer mb720
0 votes
scanned 2026-09-22 21:39:17.189684
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>
2
pkgname=druck
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Print a file from the command line using the GTK print dialog"
6
arch=(any)
7
url="https://gitlab.com/bullbytes/druck"
8
license=(AGPL-3.0-or-later)
9
depends=(python python-gobject python-cairo glib2 gdk-pixbuf2 gtk4 poppler-glib)
10
optdepends=(
11
'cups: print to local print queues'
12
'avahi: find network printers via mDNS/DNS-SD'
13
'evince: print preview'
14
)
15
source=("druck-${pkgver}.tar.gz::https://gitlab.com/bullbytes/druck/-/archive/v${pkgver}/druck-v${pkgver}.tar.gz")
16
b2sums=('5b5199b69889dc91124ac78ce4bdb76ece43d67b1852d23368ea50bf6c5da443402b156bc38ae9e200a0de1114edd4d69850cb13768360d937088ab6a1957d04')
17
18
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-22 21:39:17 | Low | 1 |