ports: Add nyancat port
This commit is contained in:
13
ports/nyancat/build.sh
Executable file
13
ports/nyancat/build.sh
Executable 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/"
|
||||
}
|
||||
Reference in New Issue
Block a user