charfreq-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=charfreq-git
5pkgver=r2.c7c67f3
6pkgrel=2
7pkgdesc="Count unicode character frequency from stdin"
8arch=('x86_64')
9url="https://github.com/proycon/charfreq"
10license=('GPL-3.0-or-later')
11depends=()
12makedepends=('cargo' 'git')
13provides=('charfreq')
14conflicts=('charfreq')
15source=("charfreq::git+https://github.com/proycon/charfreq.git")
16sha256sums=('SKIP')
17function pkgver() {
18 cd charfreq
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21function build() {
22 cd charfreq
23 export RUSTUP_TOOLCHAIN=stable
24 cargo build --release --locked || cargo build --release
25}
26function package() {
27 cd charfreq
28 install -Dm755 "target/release/charfreq" "$pkgdir/usr/bin/charfreq"
29 if [ -f LICENSE ]; then
30 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31 fi
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 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