brash-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 19:35:51.541891
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=brash-git
5pkgver=r33.6db2d9f
6pkgrel=1
7pkgdesc="Move and restore items from the XDG trash, written in pure Bash"
8arch=('any')
9url="https://github.com/zakariagatter/brash"
10license=('MIT')
11depends=('bash')
12makedepends=('git')
13provides=('brash')
14conflicts=('brash')
15source=("brash::git+https://github.com/zakariagatter/brash.git")
16sha256sums=('SKIP')
17function pkgver() {
18 cd brash
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21function package() {
22 cd brash
23 install -Dm755 bin/brash "$pkgdir/usr/bin/brash"
24 if [ -f LICENSE ]; then
25 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26 fi
27}
28

Scan history

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