python-procmux-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
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=python-procmux-git
5_pkgname=procmux-git
6pkgver=r133.3fc3aef
7pkgrel=1
8pkgdesc="A TUI utility for running multiple commands in parallel"
9arch=('any')
10url="https://github.com/napisani/procmux"
11license=('MIT')
12depends=('python' 'python-pyyaml' 'python-blessed' 'python-libtmux')
13makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
14provides=('procmux')
15conflicts=('procmux')
16source=("procmux::git+https://github.com/napisani/procmux.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd procmux
21 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24build() {
25 cd procmux
26 python -m build --wheel --no-isolation
27}
28
29package() {
30 cd procmux
31 python -m installer --destdir="$pkgdir" dist/*.whl
32 if [ -f LICENSE ]; then
33 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
34 fi
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59:42 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