timer-c3-bin
LOW
maintainer kIERO
0 votes
scanned 2026-08-30 05:41:42.216528
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: Manu Linares <mbarriolinares at gmail dot com>
2
pkgname=timer-c3-bin
3
pkgver=0.2
4
pkgrel=1
5
pkgdesc="A terminal countdown timer with a progress bar written in C3"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/ManuLinares/timer"
8
license=('MIT')
9
provides=('timer' 'timer-c3')
10
conflicts=('timer' 'timer-bin' 'timer-c3')
11
options=('!debug' '!strip')
12
13
source=("LICENSE-${pkgver}::${url}/raw/main/LICENSE")
14
source_x86_64=("${pkgname}-${pkgver}-${CARCH}.tar.gz::${url}/releases/download/v${pkgver}/timer-linux-x86_64.tar.gz")
15
source_aarch64=("${pkgname}-${pkgver}-${CARCH}.tar.gz::${url}/releases/download/v${pkgver}/timer-linux-aarch64.tar.gz")
16
17
sha256sums=('0b05b397cc1e2355391eafde6030860625eb77772493f59d65dd976cedb7d37c')
18
sha256sums_x86_64=('3d3a944a6e74beb41bea91a484a3074530041104962f74da2e670025165c6744')
19
sha256sums_aarch64=('2327b65d80aff79f3b9bb0e57881e1e09f023e36a16483bb8da0bb185a2138ad')
20
21
package() {
22
install -Dm755 "${srcdir}/timer" "${pkgdir}/usr/bin/timer"
23
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 05:41:42 | Low | 1 |