fclock
maintainer Dominiquini
· 1 votes
· scanned 2026-08-18 01:38:17.845211
LOW
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
# Override download agent to bypass strict user-agent blocking
4
DLAGENTS=('http::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 --user-agent "PKGBUILD" -o %o %u'
5
'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 --user-agent "PKGBUILD" -o %o %u')
6
7
_pkgauthor=cesarferreira
8
_pkgname=fclock
9
_cratename=${_pkgname}
10
pkgname=${_cratename}
11
pkgdesc="Rude Pebble-style word clock TUI"
12
13
pkgver=0.2.1
14
pkgrel=1
15
_pkgvername=${pkgver}
16
17
arch=('x86_64' 'aarch64')
18
_barch=('x86_64' 'aarch64')
19
20
url="https://github.com/${_pkgauthor}/${_pkgname}"
21
22
license=('MIT')
23
24
makedepends=('rust')
25
depends=('glibc' 'gcc-libs')
26
27
provides=("${_pkgname}")
28
conflicts=("${_pkgname}")
29
30
source=("${_pkgname}-${_pkgvername}.crate::https://crates.io/api/v1/crates/${_cratename}/${_pkgvername}/download")
31
sha256sums=('3c9da5cdb4c66de82e3c1239d5593dd00d922be43d9420652afc1dec307713fd')
32
33
34
build() {
35
cd ${srcdir}/${_cratename}-${_pkgvername} || exit 1
36
37
RUSTFLAGS="--remap-path-prefix=$(pwd)=/build/" cargo build --release --locked
38
}
39
40
package() {
41
cd ${srcdir}/${_cratename}-${_pkgvername} || exit 1
42
43
install -Dm755 "target/release/${_cratename%%-cli}" "${pkgdir}/usr/bin/${_pkgname}"
44
45
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
46
47
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
48
}
49
Changes since previous scan
--- PKGBUILD @ 2026-08-14 00:03+++ PKGBUILD @ 2026-08-18 01:38@@ -10,7 +10,7 @@ pkgname=${_cratename} pkgdesc="Rude Pebble-style word clock TUI" -pkgver=0.2.0+pkgver=0.2.1 pkgrel=1 _pkgvername=${pkgver} @@ -28,7 +28,7 @@ conflicts=("${_pkgname}") source=("${_pkgname}-${_pkgvername}.crate::https://crates.io/api/v1/crates/${_cratename}/${_pkgvername}/download")-sha256sums=('52afd6ca3df15fe7ae5c5a5990a4a53df8ea51b2970f281717d9d4dea2dd5256')+sha256sums=('3c9da5cdb4c66de82e3c1239d5593dd00d922be43d9420652afc1dec307713fd') build() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 01:38:17 | LOW | 1 |
| 2026-08-14 00:03:41 | CLEAN | 2 |
| 2026-08-13 07:25:43 | LOW | 1 |