tmr-cli-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-30 19:44:01.063593
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=honerop
4
_gitname=tmr-cli
5
_gitexecname=timer-cli
6
_appname=${_gitname}
7
pkgname=${_appname}-bin
8
pkgdesc="A small command-line timer/stopwatch tool written in Rust"
9
10
pkgver=1.0
11
pkgrel=1
12
_gitversion=v${pkgver}
13
14
arch=('x86_64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('Unlincense')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('glibc' 'libgcc')
26
27
options=('!strip')
28
29
source=("README-${pkgver}.md::${_ghurlraw}/README.md")
30
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_gitexecname}")
31
sha256sums=('2664242d93502aa7a5e65006ad50246f67c8487c6939f141f001aacf9a83d138')
32
sha256sums_x86_64=('359fb0ae051e73fe601a6808afe290856743bebd38d15106c7833eb495287121')
33
34
35
prepare() {
36
cd "${srcdir}/" || exit
37
38
sed -e "s|${_gitexecname}|${_appname}|g" -i "README-${pkgver}.md"
39
}
40
41
package() {
42
cd "${srcdir}/" || exit
43
44
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
45
46
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Low | 1 |