bot-crossing-git
LOW
maintainer auroq
0 votes
scanned 2026-09-15 17:20:16.402287
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: Aria Vesta <dev@ariavesta.com>
2
_pkgname=bot-crossing
3
pkgname=${_pkgname}-git
4
pkgver=r10.a497242
5
pkgrel=2
6
pkgdesc="3D colony sim where every coding-agent thread on your machine is an astronaut building something"
7
arch=('any')
8
url="https://botcrossing.com"
9
license=('MIT')
10
depends=('nodejs>=22.13')
11
makedepends=('git' 'npm')
12
optdepends=('xdg-utils: open threads and folders, and launch the browser from the desktop entry')
13
provides=("${_pkgname}")
14
conflicts=("${_pkgname}")
15
16
source=(
17
"${pkgname}::git+https://github.com/Station-Sciences/bot-crossing.git#branch=main"
18
"${_pkgname}"
19
"${_pkgname}.service"
20
"${_pkgname}.desktop"
21
)
22
md5sums=('SKIP'
23
'95efe63dac9efb2d84fa959d02aecc7f'
24
'f431abc074b85ea8736ed120ba32d608'
25
'd16997ebff2289e703d2177a6bf677d8')
26
27
pkgver() {
28
cd "${pkgname}"
29
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
30
}
31
32
build() {
33
cd "${pkgname}"
34
npm ci --cache "${srcdir}/npm-cache"
35
npm run build
36
}
37
38
check() {
39
cd "${pkgname}"
40
npm test
41
}
42
43
package() {
44
cd "${pkgname}"
45
46
install -d "${pkgdir}/usr/lib/${_pkgname}"
47
cp -r dist server "${pkgdir}/usr/lib/${_pkgname}/"
48
49
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
50
install -Dm644 "${srcdir}/${_pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${_pkgname}.service"
51
install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
52
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 17:20:16 | Low | 1 |