bot-crossing-git

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