ports: Add nyancat port

This commit is contained in:
2025-08-19 16:23:30 +03:00
parent 34bdcb12e5
commit f88e55ffa8
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash ../install.sh
NAME='nyancat'
VERSION='git'
DOWNLOAD_URL="https://github.com/klange/nyancat.git#1.5.2"
configure() {
:
}
install() {
cp src/nyancat "$BANAN_SYSROOT/usr/bin/"
}