diff --git a/ports/nyancat/build.sh b/ports/nyancat/build.sh new file mode 100755 index 00000000..fed0c0e1 --- /dev/null +++ b/ports/nyancat/build.sh @@ -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/" +}