timer-c3
LOW
maintainer kIERO
0 votes
scanned 2026-08-30 03:41:10.150702
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
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
depends=('glibc')
10
makedepends=('c3c')
11
options=('!debug')
12
provides=('timer')
13
conflicts=('timer' 'timer-bin')
14
15
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16
sha256sums=('2bb58867325702425680e8fd06aa12021ba3b3931fb4a8aad84b48f2a7f636f9')
17
18
build() {
19
cd "timer-${pkgver}"
20
c3c build
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-30 03:41:10 | Low | 1 |