glamorous-toolkit-bin

LOW
maintainer fivegrant 0 votes scanned 2026-09-19 23:31:49.152818
View on AUR
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
2pkgname=glamorous-toolkit-bin
3pkgver=1.1.590
4pkgrel=1
5pkgdesc='Moldable development environment and knowledge management system'
6arch=('x86_64' 'aarch64')
7url='https://gtoolkit.com/'
8_release_url='https://github.com/feenkcom/gtoolkit/releases/download'
9license=('MIT')
10options=('!strip' '!debug')
11depends=('glibc' 'libx11' 'libxrandr' 'libxinerama' 'libxcursor' 'libxi' 'mesa' 'libglvnd')
12provides=('gtoolkit')
13conflicts=('gtoolkit')
14source=('glamorous-toolkit.desktop')
15sha256sums=('d71448a305552f44147ce9f8716861e7f330b2e90d2f273b787ab1bb5139c99e')
16source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::${_release_url}/v${pkgver}/GlamorousToolkit-Linux-x86_64-v${pkgver}.zip")
17source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::${_release_url}/v${pkgver}/GlamorousToolkit-Linux-aarch64-v${pkgver}.zip")
18sha256sums_x86_64=('7f3d3bfd86787035f5df2bb5370f5d9dd5888604ff552d561df820161be1578a')
19sha256sums_aarch64=('ee77a50b947a7345e16d4f4dda55e696b58d0189d02200fdcdd725cbbc474dad')
20
21package() {
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)SeverityRules
2026-09-19 23:31:49 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion