timer-c3-bin

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