cargo-pretty-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-11 03:21:42.536508
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_pkgauthor=romancitodev
4_pkgname=cargo-pretty
5pkgname=${_pkgname}-bin
6pkgdesc="A cargo build wrapper with a live, animated status view"
7
8pkgver=0.2.0
9pkgrel=1
10_pkgvername=v${pkgver}
11
12arch=('x86_64')
13license=('MIT')
14
15url="https://github.com/${_pkgauthor}/${_pkgname}"
16_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
17
18provides=("${_pkgname}")
19conflicts=("${_pkgname}")
20depends=('glibc' 'libgcc' 'cargo')
21
22options=('!strip')
23
24source=("README-${pkgver}.md::${_urlraw}/README.md"
25 "LICENSE-${pkgver}::${_urlraw}/LICENSE")
26source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${arch[0]}-unknown-linux-gnu.tar.gz")
27sha256sums=('f33f205420a12e7f49c5c84e1d35fe66f2f0a61373ad136f9ff15f400cb9064a'
28 '4d105a9bb5753da6a00aea2fd5b691af2ac9cde446981d1a2d569c44ab3c0bb9')
29sha256sums_x86_64=('509273dd0989b4d89b3d09847f7b6b2bc5d22117b50746802ab9d0cc9a1242ec')
30
31
32package() {
33 cd "${srcdir}/" || exit
34
35 install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
36
37 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38
39 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 03:21:42 Low 1
2026-09-11 01:21:31 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