gnome-shell-extension-draw-on-gnome-git
maintainer letorbi
· 0 votes
· scanned 2026-08-18 13:39:48.676217
LOW
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: Torben <git@letorbi.com>
2
3
pkgname=gnome-shell-extension-draw-on-gnome-git
4
_pkgname='Draw-On-Gnome'
5
_extid='draw-on-gnome@daveprowse.github.io'
6
pkgver=11.1.r0.g5b63605
7
pkgrel=1
8
pkgdesc='Annotate your GNOME desktop.'
9
arch=('any')
10
url="https://github.com/daveprowse/Draw-On-Gnome"
11
license=('GPL3')
12
depends=(gnome-shell gjs)
13
makedepends=('git')
14
source=('git+https://github.com/daveprowse/Draw-On-Gnome.git')
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$_pkgname"
19
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
20
}
21
22
package() {
23
install -d "$pkgdir/usr/share/gnome-shell/extensions/"
24
cp -r "$_pkgname" "$pkgdir/usr/share/gnome-shell/extensions/$_extid"
25
rm -r "$pkgdir/usr/share/gnome-shell/extensions/$_extid/.git"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 13:39:48 | LOW | 1 |