ports: Add nyancat port

This commit is contained in:
Bananymous 2025-08-19 15:41:43 +03:00
parent 34bdcb12e5
commit f88e55ffa8
1 changed files with 13 additions and 0 deletions

13
ports/nyancat/build.sh Executable file
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/"
}