From f88e55ffa899291fea008871f27183af8037f707 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Tue, 19 Aug 2025 15:41:43 +0300 Subject: [PATCH] ports: Add nyancat port --- ports/nyancat/build.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 ports/nyancat/build.sh diff --git a/ports/nyancat/build.sh b/ports/nyancat/build.sh new file mode 100755 index 0000000000..fed0c0e1e9 --- /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/" +}