ports: Add nyancat port
This commit is contained in:
parent
34bdcb12e5
commit
f88e55ffa8
|
@ -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/"
|
||||||
|
}
|
Loading…
Reference in New Issue