archman

LOW
maintainer Dominiquini 1 votes scanned 2026-09-05 16:00:23.828148
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_gitauthor=ankur3-101106
4_gitname=pacman-utils
5_appname=archman
6pkgname=${_appname}
7pkgdesc="All available pacman options combined into one interactive script"
8
9pkgver=2.0.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('linux-x86_64' 'linux-aarch64')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('GPL-2.0')
21
22provides=("${_appname}")
23
24depends=('pacman' 'pacman-contrib')
25optdepends=('yay' 'paru' 'reflector')
26makedepends=('cargo')
27
28options=('!strip')
29
30source=("${pkgname}-${pkgver}.tgz::${url}/archive/v${pkgver}.tar.gz")
31sha256sums=('72c198e84d22e5bf3eaf2c45e477738a50532f68b97d84491baa9cfd496de182')
32
33
34prepare() {
35 cd "${_gitname}-${pkgver}" || exit
36
37 cargo fetch --locked --target "${CARCH}-unknown-linux-gnu"
38}
39
40build() {
41 cd "${_gitname}-${pkgver}" || exit
42
43 export CARGO_TARGET_DIR=target
44 cargo build --frozen --release
45}
46
47check() {
48 cd "${_gitname}-${pkgver}" || exit
49
50 export CARGO_TARGET_DIR=target
51 cargo test --frozen --release
52}
53
54package() {
55 cd "${_gitname}-${pkgver}" || exit
56
57 install -Dm755 "target/release/${_appname}" "${pkgdir}/usr/bin/${_appname}"
58
59 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
60
61 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
62}
63

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 16:00:23 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