glamorous-toolkit-bin
LOW
maintainer fivegrant
0 votes
scanned 2026-09-19 23:31:49.152818
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: fivegrant
2
pkgname=glamorous-toolkit-bin
3
pkgver=1.1.590
4
pkgrel=1
5
pkgdesc='Moldable development environment and knowledge management system'
6
arch=('x86_64' 'aarch64')
7
url='https://gtoolkit.com/'
8
_release_url='https://github.com/feenkcom/gtoolkit/releases/download'
9
license=('MIT')
10
options=('!strip' '!debug')
11
depends=('glibc' 'libx11' 'libxrandr' 'libxinerama' 'libxcursor' 'libxi' 'mesa' 'libglvnd')
12
provides=('gtoolkit')
13
conflicts=('gtoolkit')
14
source=('glamorous-toolkit.desktop')
15
sha256sums=('d71448a305552f44147ce9f8716861e7f330b2e90d2f273b787ab1bb5139c99e')
16
source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::${_release_url}/v${pkgver}/GlamorousToolkit-Linux-x86_64-v${pkgver}.zip")
17
source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::${_release_url}/v${pkgver}/GlamorousToolkit-Linux-aarch64-v${pkgver}.zip")
18
sha256sums_x86_64=('7f3d3bfd86787035f5df2bb5370f5d9dd5888604ff552d561df820161be1578a')
19
sha256sums_aarch64=('ee77a50b947a7345e16d4f4dda55e696b58d0189d02200fdcdd725cbbc474dad')
20
21
package() {
22
local archive
23
case "$CARCH" in
24
x86_64) archive="${pkgname}-${pkgver}-x86_64.zip" ;;
25
aarch64) archive="${pkgname}-${pkgver}-aarch64.zip" ;;
26
esac
27
28
install -d "$pkgdir/opt/glamorous-toolkit" "$pkgdir/usr/bin" "$pkgdir/usr/share/applications"
29
bsdtar -xf "$srcdir/$archive" -C "$pkgdir/opt/glamorous-toolkit"
30
ln -s /opt/glamorous-toolkit/bin/GlamorousToolkit "$pkgdir/usr/bin/glamorous-toolkit"
31
ln -s /opt/glamorous-toolkit/bin/GlamorousToolkit-cli "$pkgdir/usr/bin/glamorous-toolkit-cli"
32
install -Dm644 "$srcdir/glamorous-toolkit.desktop" "$pkgdir/usr/share/applications/glamorous-toolkit.desktop"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 23:31:49 | Low | 1 |