launtui-bin
LOW
maintainer siliconwitch
0 votes
scanned 2026-08-19 19:42:09.088000
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
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: Raj Nakarja <raj@siliconwitchery.com>
3
4
pkgname='launtui-bin'
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc='A keyboard-driven launcher for the terminal'
8
url='https://github.com/siliconwitch/launtui'
9
arch=('aarch64' 'x86_64')
10
license=('MIT')
11
provides=('launtui')
12
conflicts=('launtui')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/siliconwitch/launtui/releases/download/v${pkgver}/launtui_${pkgver}_linux_arm64.tar.gz")
15
sha256sums_aarch64=('674ef2f87298c12ed886b1981a3ea60ec10b6f12944dde609655ac6c1956bddb')
16
17
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/siliconwitch/launtui/releases/download/v${pkgver}/launtui_${pkgver}_linux_amd64.tar.gz")
18
sha256sums_x86_64=('f6e5e874cb7076d209059fba7da5e766955a341a841ffde56fa110b0079cfec9')
19
20
package() {
21
install -Dm755 "./launtui" "${pkgdir}/usr/bin/launtui"
22
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
23
install -Dm644 "./README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
24
install -Dm644 "./contrib/systemd/launtui-watch.service" "${pkgdir}/usr/lib/systemd/user/launtui-watch.service"
25
sed -i "s|/usr/local/bin/launtui|/usr/bin/launtui|g" "${pkgdir}/usr/lib/systemd/user/launtui-watch.service"
26
grep -q "^ExecStart=/usr/bin/launtui " "${pkgdir}/usr/lib/systemd/user/launtui-watch.service"
27
install -Dm644 "./contrib/desktop/launtui.desktop" "${pkgdir}/usr/share/applications/launtui.desktop"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 19:42:09 | Low | 1 |