wallpiper-sway-git
LOW
maintainer shdwmtr
0 votes
scanned 2026-08-24 01:21:42.645556
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
3
pkgname="wallpiper-sway-git"
4
pkgver=r0.0000000
5
pkgrel=1
6
pkgdesc="Sway portal for wallpiper"
7
arch=('x86_64')
8
url="https://github.com/shdwmtr/wallpiper"
9
license=('MIT')
10
depends=('wallpiper-git' 'wayland')
11
provides=('wallpiper-sway')
12
conflicts=('wallpiper-sway')
13
makedepends=('git' 'wayland' 'wayland-protocols')
14
source=("$pkgname::git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$srcdir/$pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
cd "$srcdir/$pkgname"
24
make build-sway
25
}
26
27
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-24 01:21:42 | Low | 1 |