drew

LOW
maintainer mkay 0 votes scanned 2026-09-15 13:19:52.153816
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: Kreuder <mk@singular.de>
2pkgname=drew
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='Image annotation for Wayland. Bells and whistles included'
6arch=('any')
7url='https://github.com/mkay/drew'
8license=('GPL-3.0-only')
9depends=(
10 'python'
11 'python-gobject'
12 'python-cairo'
13 'python-pillow'
14 'gtk4'
15 'libadwaita'
16 'gdk-pixbuf2'
17)
18makedepends=(
19 'meson'
20 'gettext'
21)
22source=("$pkgname-$pkgver.tar.gz::https://github.com/mkay/drew/archive/refs/tags/v$pkgver.tar.gz")
23sha256sums=('2725eeeb9e0c6d65110456c88ec8bafc3f9f2fc8d6106b569cb5d6a4a731ba78')
24
25build() {
26 arch-meson "$pkgname-$pkgver" build
27 meson compile -C build
28}
29
30package() {
31 meson install -C build --destdir "$pkgdir"
32 install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33 install -Dm644 "$pkgname-$pkgver/COPYRIGHT" "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
34}
35

Scan history

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