bois-git

LOW
maintainer Nukesor 0 votes scanned 2026-08-24 21:24:32.067303
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# Maintainer: Arne Beer <public@arne.beer>
2
3pkgname=bois-git
4pkgver=0.0.1
5pkgrel=1
6arch=('any')
7pkgdesc='A system and dotfile provisioning tool'
8license=('MIT')
9options=('!lto')
10makedepends=('git' 'cargo')
11conflicts=('bois')
12provides=('bois')
13url='https://github.com/Nukesor/bois'
14source=("${pkgname}::git+https://github.com/Nukesor/bois.git")
15sha256sums=('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
25build() {
26 cd "$pkgname" || exit
27
28 # Build the binary
29 cargo build --release --locked
30}
31
32package() {
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)SeverityRules
2026-08-24 21:24:32 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