cnake
LOW
maintainer Merfilek
0 votes
scanned 2026-09-12 19:12:35.548512
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
pkgname=cnake
2
pkgver=1.0.0
3
pkgrel=1
4
pkgdesc="Another Linux larping program which is a snake game but it plays automatically"
5
arch=('x86_64')
6
url='https://github.com/Merfilek/cnake'
7
license=('MIT')
8
depends=('glibc')
9
makedepends=('dotnet-sdk-10.0')
10
source=("git+$url.git")
11
sha256sums=('SKIP')
12
13
build() {
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
25
package() {
26
install -Dm755 "$srcdir/publish/cnake" \
27
"$pkgdir/usr/bin/cnake"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 19:12:35 | Low | 1 |