sway-nook

LOW
maintainer marvic2409 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: marvic2409
2pkgname=sway-nook
3pkgver=0.1.0
4pkgrel=1
5pkgdesc='Native scratchpad shelf for Sway'
6arch=('x86_64')
7url='https://github.com/marvic2409/sway-nook'
8license=('GPL-3.0-only')
9depends=('sway' 'grim' 'gtk3' 'gtk-layer-shell' 'json-glib'
10 'glib2' 'glibc' 'gdk-pixbuf2' 'at-spi2-core')
11makedepends=('meson' 'ninja')
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
13sha256sums=('560bc726a5f20770d39e0b1056342ad84ad694c8865c1e8a6d121a121f6edc15')
14
15build() {
16 arch-meson "$srcdir/$pkgname-$pkgver" build
17 meson compile -C build
18}
19
20check() {
21 meson test -C build --print-errorlogs
22}
23
24package() {
25 meson install -C build --destdir "$pkgdir"
26}
27

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