timer-c3

LOW
maintainer kIERO 0 votes scanned 2026-08-30 03:41:10.150702
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
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')
9depends=('glibc')
10makedepends=('c3c')
11options=('!debug')
12provides=('timer')
13conflicts=('timer' 'timer-bin')
14
15source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16sha256sums=('2bb58867325702425680e8fd06aa12021ba3b3931fb4a8aad84b48f2a7f636f9')
17
18build() {
19 cd "timer-${pkgver}"
20 c3c build
21}
22
23package() {
24 cd "timer-${pkgver}"
25 install -Dm755 build/timer "${pkgdir}/usr/bin/timer"
26 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 03:41:10 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