cnake

LOW
maintainer Merfilek 0 votes scanned 2026-09-12 19:12:35.548512
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

1pkgname=cnake
2pkgver=1.0.0
3pkgrel=1
4pkgdesc="Another Linux larping program which is a snake game but it plays automatically"
5arch=('x86_64')
6url='https://github.com/Merfilek/cnake'
7license=('MIT')
8depends=('glibc')
9makedepends=('dotnet-sdk-10.0')
10source=("git+$url.git")
11sha256sums=('SKIP')
12
13build() {
14 cd "$srcdir/cnake/cnake"
15
16 dotnet publish \
17 -c Release \
18 -r linux-x64 \
19 --self-contained true \
20 -p:PublishAot=true \
21 -p:StripSymbols=true \
22 -o "$srcdir/publish"
23}
24
25package() {
26 install -Dm755 "$srcdir/publish/cnake" \
27 "$pkgdir/usr/bin/cnake"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 19:12:35 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