wallpiper-sway-git

LOW
maintainer shdwmtr 0 votes scanned 2026-08-24 01:21:42.645556
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: Ethan Alexander <ethanjalexander@hotmail.ca>
2
3pkgname="wallpiper-sway-git"
4pkgver=r0.0000000
5pkgrel=1
6pkgdesc="Sway portal for wallpiper"
7arch=('x86_64')
8url="https://github.com/shdwmtr/wallpiper"
9license=('MIT')
10depends=('wallpiper-git' 'wayland')
11provides=('wallpiper-sway')
12conflicts=('wallpiper-sway')
13makedepends=('git' 'wayland' 'wayland-protocols')
14source=("$pkgname::git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/$pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cd "$srcdir/$pkgname"
24 make build-sway
25}
26
27package() {
28 cd "$srcdir/$pkgname"
29
30 install -Dm755 target/release/wallpiper-portal-sway "$pkgdir/usr/lib/wallpiper/wallpiper-portal-sway"
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 01:21:42 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