tmr-cli-bin

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