tiny-poe2smoother-bin
LOW
maintainer kengzzzz
0 votes
scanned 2026-08-28 11:35:03.635011
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: kengzzzz <github.ezgew@spk4x.com>
2
3
pkgname=tiny-poe2smoother-bin
4
_pkgname=tiny-poe2smoother
5
pkgver=0.6.0
6
pkgrel=1
7
pkgdesc="Desktop app for reducing selected visual and sound effects in Path of Exile 2"
8
arch=('x86_64')
9
url="https://github.com/kengzzzz/tiny-poe2smoother"
10
license=('MIT')
11
depends=(
12
'dbus'
13
'gcc-libs'
14
'glibc'
15
'libglvnd'
16
'libx11'
17
'libxcursor'
18
'libxi'
19
'libxkbcommon'
20
'libxkbcommon-x11'
21
'libxrender'
22
'wayland'
23
)
24
provides=("$_pkgname=$pkgver")
25
conflicts=("$_pkgname")
26
options=('!strip' '!debug')
27
28
source_x86_64=(
29
"poe2smoother-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/poe2smoother-linux-x86_64.tar.gz"
30
"LICENSE-$pkgver::https://raw.githubusercontent.com/kengzzzz/tiny-poe2smoother/v$pkgver/LICENSE"
31
)
32
sha256sums_x86_64=(
33
'fc6fb2ae67dd25e3b6fd670728a7ee13f1f1b13292a14851c922de533a95ac65'
34
'1f88511148f9afc5b1f99d4e21e0f6517011f340c46db5e437b1c5e928e14454'
35
)
36
37
package() {
38
install -Dm755 poe2smoother \
39
"$pkgdir/usr/bin/poe2smoother"
40
41
install -Dm644 README.txt \
42
"$pkgdir/usr/share/doc/$pkgname/README.txt"
43
44
install -Dm644 "LICENSE-$pkgver" \
45
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 11:35:03 | Low | 1 |