trickster-bin
LOW
maintainer dazemc
0 votes
scanned 2026-09-14 05:16:15.637528
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: Daazed McFarland <daazedjmcfarland@gmail.com>
2
#
3
# AUR binary repackaging of Trickster's first-party Arch package. The source
4
# package lives in packaging/arch/; this pkgbase exists for AUR users who do
5
# not want to build Flutter from source.
6
7
pkgbase=trickster-bin
8
pkgname=trickster-bin
9
# Keep in sync with pubspec.yaml, Cli.appVersion, and packaging/arch.
10
pkgver=0.2.0
11
pkgrel=1
12
pkgdesc='Flutter-native Wayland status bar (prebuilt binary)'
13
arch=('x86_64')
14
url='https://github.com/dazemc/trickster'
15
license=('GPL-3.0-or-later')
16
depends=(
17
'dbus'
18
'fontconfig'
19
'glibc'
20
'gtk-layer-shell'
21
'gtk3'
22
'libglvnd'
23
'libxkbcommon'
24
'mesa'
25
'systemd-libs'
26
)
27
provides=('trickster')
28
conflicts=('trickster' 'trickster-git')
29
backup=('etc/trickster/session.conf')
30
# The release archive is stripped as a whole already: the Dart AOT
31
# tricksterctl breaks under strip, so it must pass through untouched.
32
options=('!strip' '!debug')
33
source=(
34
"https://github.com/dazemc/trickster/releases/download/v${pkgver}/trickster-${pkgver}-1-x86_64.pkg.tar.zst"
35
)
36
sha256sums=('eb825ab5b82e21411b80e60985c94d2da0df6f3a53bdebdefacd1d0bf8724c3d')
37
noextract=("trickster-${pkgver}-1-x86_64.pkg.tar.zst")
38
39
package() {
40
bsdtar -xpf "$srcdir/trickster-${pkgver}-1-x86_64.pkg.tar.zst" \
41
-C "$pkgdir" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 05:16:15 | Low | 1 |