rookery-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-20 01:42:48.230657
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_pkgauthor=lance0
4
_pkgname=rookery
5
pkgname=${_pkgname}-bin
6
pkgdesc="Local inference command center"
7
8
pkgver=0.1.8
9
pkgrel=1
10
_pkgvername=v${pkgver}
11
12
arch=('x86_64' 'aarch64')
13
_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
14
15
url="https://github.com/${_pkgauthor}/${_pkgname}"
16
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
17
18
license=('Apache-2.0' 'MIT')
19
20
install="${_pkgname}.install"
21
22
provides=("${_pkgname}"{,d})
23
conflicts=("${_pkgname}")
24
25
source=("${_pkgname}.service"
26
"README-${pkgver}.md::${_urlraw}/README.md"
27
"ROADMAP-${pkgver}.md::${_urlraw}/ROADMAP.md"
28
"CHANGELOG-${pkgver}.md::${_urlraw}/CHANGELOG.md"
29
"CONTRIBUTING-${pkgver}.md::${_urlraw}/CONTRIBUTING.md"
30
"LICENSE-APACHE-${pkgver}::${_urlraw}/LICENSE-APACHE"
31
"LICENSE-MIT-${pkgver}::${_urlraw}/LICENSE-MIT")
32
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_barch[0]}.tar.gz")
33
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tgz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_barch[0]}.tar.gz")
34
sha256sums=('e4555c44eef28c0de9660da0878d0a3b7df15c60e77a21783f356e7fb8aeaab6'
35
'd546d4246b39b29944b48eebc64137e2df18d45e4d1aa863e38a7ff48f6941ec'
36
'87bfe094c1fad991236ff4ae9615ec8b496f6c284fd966ed70b730e9b452b792'
37
'386105b9aeb17885cf8e6cd70b0d9b97d525b2fdcc58adb3299a6d5116145226'
38
'445f80a83b2f1954a6ff7ce666a59cc83856fc3d2f166e8ef635e1ac6d2c4fe0'
39
'dee60470438ecf75bb0a0e7b655fed25aa460232b569f55c10af42a3acbc17aa'
40
'41c94c4b6c7f3068f1f4d820c0aed7f40537aa2f283fac18f1c2670b3e8ca491')
41
sha256sums_x86_64=('8d0156374311a648cb3cd811213f7529f89bd00aa30de10a380541d8c4113a6c')
42
sha256sums_aarch64=('8d0156374311a648cb3cd811213f7529f89bd00aa30de10a380541d8c4113a6c')
43
44
build() {
45
cd "${srcdir}/" || exit
46
47
./${_pkgname} completions bash > ${_pkgname}.bash
48
./${_pkgname} completions zsh > ${_pkgname}.zsh
49
./${_pkgname} completions fish > ${_pkgname}.fish
50
}
51
52
package() {
53
cd "${srcdir}/" || exit
54
55
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
56
install -Dm755 "${_pkgname}d" "${pkgdir}/usr/bin/${_pkgname}d"
57
58
install -Dm644 "${_pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${_pkgname}.service"
59
60
install -Dm644 "config.example.toml" "${pkgdir}/usr/share/${_pkgname}/config.example.toml"
61
62
install -D -m644 "${_pkgname}.bash" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}"
63
install -D -m644 "${_pkgname}.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}"
64
install -D -m644 "${_pkgname}.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/${_pkgname}.fish"
65
66
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
67
install -Dm644 "ROADMAP-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/ROADMAP.md"
68
install -Dm644 "CHANGELOG-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
69
install -Dm644 "CONTRIBUTING-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/CONTRIBUTING.md"
70
71
install -Dm644 "LICENSE-APACHE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
72
install -Dm644 "LICENSE-MIT-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
73
}
74
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 01:42:48 | Low | 1 |