zonetimeline-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-10 01:20:11.974213
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=findyourexit
4
_gitname=zonetimeline-tui
5
_appname=ztl
6
pkgname=${_gitname%-tui}-bin
7
pkgdesc="A terminal tool for visually comparing time zones"
8
9
pkgver=0.4.0
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')
26
27
options=('!strip')
28
29
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[0]}.tar.gz")
30
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${pkgver}-${_barch[1]}.tar.gz")
31
sha256sums_x86_64=('017b82cae83a849147a3b239cd227261a5351b241f6e7735d6c22d56f390bc48')
32
sha256sums_aarch64=('5725823c077e4cfa8f9046f1cac6f5030a375dc43f5efab41b8992e16ec9be55')
33
34
35
case ${CARCH} in
36
${arch[0]})
37
_CARCH=${_barch[0]}
38
;;
39
40
${arch[1]})
41
_CARCH=${_barch[1]}
42
;;
43
esac
44
45
package() {
46
cd "${srcdir}/${_appname}-${pkgver}-${_CARCH}/" || exit
47
48
install -Dm755 "${_appname}" -t "${pkgdir}/usr/bin/"
49
50
install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${pkgname}/"
51
52
install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 01:20:11 | Low | 1 |