btmux-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-25 01:45:24.583274
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}
6
pkgname=${_appname}-bin
7
pkgdesc="A browser-based terminal manager with tmux-inspired UI"
8
9
pkgver=0.0.98
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('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}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('glibc' 'libgcc' 'zlib')
26
27
options=('!strip')
28
29
source=("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")
34
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
35
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
36
sha256sums=('112730088911f3b5a58010cdb3276d83e9733804ccafbd6003650800ced716c7'
37
'52eeeb3015a7f358c0d1479356a0857e24082a29c38a5abca4e4651491c45415'
38
'31b154645314d1fe53754b9015ee753c7e104ec249e6597582728288bb7e1dd8'
39
'1c7023742eb49bf7a9a8a71d9370e45f4eca1565a8fb28be7345fae55bb137db'
40
'6767451d6f8834c148d0403d2a55fde5d5b70984059d28fe1c614ec8f08a3250')
41
sha256sums_x86_64=('3b85948d911b944a826773ae8cbf38e24f2755c411ca8e1b698fa69985d6f8b3')
42
sha256sums_aarch64=('edd2a3d10a005529d6db6e1458e2e9b59ca597a83c4715435dee3e564b0c8531')
43
44
45
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-25 01:45:24 | Low | 1 |