rsnip

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=rsnip
5pkgver=0.7.0
6pkgrel=4
7pkgdesc="A powerful command-line snippet manager"
8arch=('x86_64')
9url="https://github.com/sysid/rsnip"
10license=('custom')
11depends=()
12makedepends=('cargo')
13_tag="v0.7.0"
14_srcdir="rsnip-0.7.0"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/sysid/rsnip/tar.gz/refs/tags/$_tag")
16sha256sums=('13b14fb5a5272e5b7f609bbe710e2933a5c53d972ccb035a0ad6e18621578524')
17function build() {
18 cd "$_srcdir/rsnip"
19 export RUSTUP_TOOLCHAIN=stable
20 export CARGO_PROFILE_RELEASE_LTO=false
21 export CARGO_BUILD_JOBS=1
22 cargo build --release
23}
24function package() {
25 cd "$_srcdir/rsnip"
26 install -Dm755 target/release/rsnip "$pkgdir/usr/bin/rsnip"
27 if [ -f ../LICENSE ]; then
28 install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29 fi
30}
31

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