bois-git
LOW
maintainer Nukesor
0 votes
scanned 2026-08-24 21:24:32.067303
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: Arne Beer <public@arne.beer>
2
3
pkgname=bois-git
4
pkgver=0.0.1
5
pkgrel=1
6
arch=('any')
7
pkgdesc='A system and dotfile provisioning tool'
8
license=('MIT')
9
options=('!lto')
10
makedepends=('git' 'cargo')
11
conflicts=('bois')
12
provides=('bois')
13
url='https://github.com/Nukesor/bois'
14
source=("${pkgname}::git+https://github.com/Nukesor/bois.git")
15
sha256sums=('SKIP')
16
17
# Uncomment until we have a proper tag to reference
18
# pkgver() {
19
# cd "$pkgname" || exit
20
# version=$(git describe --long --tags --abbrev=7 | sed -r 's/([^-]*-g)/r\1/;s/-/./g')
21
# # Strip the `v` from the created version tag
22
# echo "${version:1}"
23
# }
24
25
build() {
26
cd "$pkgname" || exit
27
28
# Build the binary
29
cargo build --release --locked
30
}
31
32
package() {
33
cd "$pkgname" || exit
34
35
# Install binaries
36
install -Dm755 "target/release/bois" "${pkgdir}/usr/bin/bois"
37
38
# Install License
39
install -Dm644 "LICENSE.APACHE" "${pkgdir}/usr/share/licenses/bois/LICENSE.APACHE"
40
install -Dm644 "LICENSE.MIT" "${pkgdir}/usr/share/licenses/bois/LICENSE.MIT"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 21:24:32 | Low | 1 |