btmux-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-25 01:45:24.583274
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=buntec
4_gitname=btmux
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="A browser-based terminal manager with tmux-inspired UI"
8
9pkgver=0.0.98
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('glibc' 'libgcc' 'zlib')
26
27options=('!strip')
28
29source=("CONFIGURATION-${pkgver}.md::${_ghurlraw}/docs/configuration.md"
30 "INSTALLATION-${pkgver}.md::${_ghurlraw}/docs/installation.md"
31 "AUTOMATION-${pkgver}.md::${_ghurlraw}/docs/automation.md"
32 "README-${pkgver}.md::${_ghurlraw}/README.md"
33 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
34source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
35source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
36sha256sums=('112730088911f3b5a58010cdb3276d83e9733804ccafbd6003650800ced716c7'
37 '52eeeb3015a7f358c0d1479356a0857e24082a29c38a5abca4e4651491c45415'
38 '31b154645314d1fe53754b9015ee753c7e104ec249e6597582728288bb7e1dd8'
39 '1c7023742eb49bf7a9a8a71d9370e45f4eca1565a8fb28be7345fae55bb137db'
40 '6767451d6f8834c148d0403d2a55fde5d5b70984059d28fe1c614ec8f08a3250')
41sha256sums_x86_64=('3b85948d911b944a826773ae8cbf38e24f2755c411ca8e1b698fa69985d6f8b3')
42sha256sums_aarch64=('edd2a3d10a005529d6db6e1458e2e9b59ca597a83c4715435dee3e564b0c8531')
43
44
45package() {
46 cd "${srcdir}/" || exit
47
48 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
49
50 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
51 install -Dm644 "AUTOMATION-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/AUTOMATION.md"
52 install -Dm644 "INSTALLATION-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/INSTALLATION.md"
53 install -Dm644 "CONFIGURATION-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/CONFIGURATION.md"
54
55 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
56}
57

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 01:45:24 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