wg-dice-overlay-bin
LOW
maintainer jmb0507
0 votes
scanned 2026-09-25 21:13:17.793975
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: boujuan <https://github.com/boujuan>
2
3
pkgname=wg-dice-overlay-bin
4
_pkgname=wg-dice-overlay
5
pkgver=1.1.6
6
pkgrel=1
7
pkgdesc="Transparent 3D dice overlay with real physics for Warhammer 40.000: Wrath & Glory"
8
arch=('x86_64')
9
url="https://github.com/boujuan/wg-dice-overlay"
10
license=('MIT')
11
depends=(
12
'alsa-lib'
13
'at-spi2-core'
14
'cairo'
15
'dbus'
16
'expat'
17
'glib2'
18
'gtk3'
19
'libcups'
20
'libdrm'
21
'libnotify'
22
'libx11'
23
'libxcb'
24
'libxcomposite'
25
'libxdamage'
26
'libxext'
27
'libxfixes'
28
'libxkbcommon'
29
'libxrandr'
30
'mesa'
31
'nspr'
32
'nss'
33
'pango'
34
)
35
optdepends=(
36
'vulkan-radeon: RADV Vulkan support for AMD GPU'
37
'vulkan-intel: Vulkan support for Intel GPU'
38
'nvidia-utils: Vulkan support for NVIDIA GPU'
39
)
40
provides=("${_pkgname}")
41
conflicts=("${_pkgname}")
42
source=(
43
"${_pkgname}-${pkgver}.tar.gz::https://github.com/boujuan/wg-dice-overlay/releases/download/v${pkgver}/WG-Dice-Overlay-${pkgver}-linux-x64.tar.gz"
44
"${_pkgname}.desktop"
45
"icon.png"
46
"LICENSE"
47
)
48
sha256sums=(
49
'a7e355ef77f14c78fdeb18352bbbf85f0ec4ce6d58a25087d75e0b23e78f5aaf'
50
'5039adc5d0f0f7f72bb446a9b23ff8042e1742dd971a1fd0220eb5f12de158ca'
51
'3cc7a138de4d38f162cfde22bc6c8bbfad4c27b5fefbf950692d83daecf0da12'
52
'81369e3a9ecb260645a1fa5b395ce183784580d7963bfc61a229d047cdc204bd'
53
)
54
55
package() {
56
# Install application directory
57
install -dm755 "${pkgdir}/opt/${_pkgname}"
58
cp -a "${srcdir}/linux-unpacked/." "${pkgdir}/opt/${_pkgname}/"
59
60
# Ensure binary is executable
61
chmod 755 "${pkgdir}/opt/${_pkgname}/${_pkgname}"
62
chmod 4755 "${pkgdir}/opt/${_pkgname}/chrome-sandbox" 2>/dev/null || true
63
64
# Symlink to /usr/bin
65
install -dm755 "${pkgdir}/usr/bin"
66
ln -sf "/opt/${_pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
67
68
# Desktop file
69
install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
70
71
# App icon
72
install -Dm644 "${srcdir}/icon.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
73
74
# License
75
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
76
}
77
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 21:13:17 | Low | 1 |