shelf-sh-bin
LOW
maintainer rubiin
0 votes
scanned 2026-09-20 13:33:19.261973
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
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: rubiin <roobin.bhandari@gmail.com>
3
4
pkgname='shelf-sh-bin'
5
pkgver=0.2.2
6
pkgrel=1
7
pkgdesc='Fast, configurable shell plugin manager written in Go.'
8
url='https://github.com/rubiin/shelf'
9
arch=('aarch64' 'i686' 'x86_64')
10
license=('GPL-3.0-only')
11
provides=('shelf-sh-bin')
12
conflicts=('shelf-sh-bin')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rubiin/shelf/releases/download/v${pkgver}/shelf_Linux_arm64.tar.gz")
15
sha256sums_aarch64=('018e3d6d2c4f7701607a36a9111a5d872964cfc84cf13766d3cf362780db3592')
16
17
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rubiin/shelf/releases/download/v${pkgver}/shelf_Linux_i386.tar.gz")
18
sha256sums_i686=('663f4f5645d456c8da32b9c695c83c750a06a84e593b68840b4e2ca0a8dc78a5')
19
20
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rubiin/shelf/releases/download/v${pkgver}/shelf_Linux_x86_64.tar.gz")
21
sha256sums_x86_64=('647f817fc5fcd545fee19442b182d165cf130813f6bcd82a207d9eb29aabbdbe')
22
23
package() {
24
# bin
25
install -Dm755 "./shelf" "${pkgdir}/usr/bin/shelf"
26
# license
27
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/shelf/LICENSE"
28
# completions (generated at package time from the shipped binary)
29
./shelf completion bash > shelf.bash
30
./shelf completion zsh > _shelf
31
./shelf completion fish > shelf.fish
32
install -Dm644 "shelf.bash" "${pkgdir}/usr/share/bash-completion/completions/shelf"
33
install -Dm644 "_shelf" "${pkgdir}/usr/share/zsh/site-functions/_shelf"
34
install -Dm644 "shelf.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/shelf.fish"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 13:33:19 | Low | 1 |