summaryrefslogtreecommitdiff
path: root/Ports/nyancat/nyancat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/nyancat/nyancat.sh')
-rwxr-xr-xPorts/nyancat/nyancat.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/Ports/nyancat/nyancat.sh b/Ports/nyancat/nyancat.sh
deleted file mode 100755
index d0af68ec88..0000000000
--- a/Ports/nyancat/nyancat.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-PORT_DIR=nyancat
-fetch() {
- run_fetch_git "https://github.com/klange/nyancat.git"
- run_patch serenity-changes.patch -p1
-}
-configure() {
- echo
-}
-build() {
- run_make
-}
-install() {
- run_make_install DESTDIR="$SERENITY_ROOT"/Root
-}
-. ../.port_include.sh