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