summaryrefslogtreecommitdiff
path: root/homebrew/nyancat
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/nyancat
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/nyancat')
-rw-r--r--homebrew/nyancat/.beer22
-rw-r--r--homebrew/nyancat/.make.sh-auto3
-rw-r--r--homebrew/nyancat/_metadata/description1
-rw-r--r--homebrew/nyancat/_metadata/homepage1
-rw-r--r--homebrew/nyancat/_metadata/name1
-rw-r--r--homebrew/nyancat/_metadata/version1
-rwxr-xr-xhomebrew/nyancat/download.sh1
-rwxr-xr-xhomebrew/nyancat/patches.sh1
8 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/nyancat/.beer b/homebrew/nyancat/.beer
new file mode 100644
index 000000000..5052de317
--- /dev/null
+++ b/homebrew/nyancat/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Nyancat",
+ "description": "Renders an animated, color, ANSI-text loop of the Poptart Cat",
+ "url": "https://github.com/klange/nyancat/archive/1.5.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/klange/nyancat",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://github.com/klange/nyancat/pull/34.patch?full_index=1",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "system \"make\"",
+ "system \"make\", \"install\", \"instdir=#{prefix}\""
+ ],
+ "version": "1.5.2",
+ "file": "nyancat.rb"
+} \ No newline at end of file
diff --git a/homebrew/nyancat/.make.sh-auto b/homebrew/nyancat/.make.sh-auto
new file mode 100644
index 000000000..812a68e1a
--- /dev/null
+++ b/homebrew/nyancat/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+make
+make DESTDIR=${PKG_DEST} install instdir=${PKG_TAPF}
diff --git a/homebrew/nyancat/_metadata/description b/homebrew/nyancat/_metadata/description
new file mode 100644
index 000000000..f5d592205
--- /dev/null
+++ b/homebrew/nyancat/_metadata/description
@@ -0,0 +1 @@
+Renders an animated, color, ANSI-text loop of the Poptart Cat
diff --git a/homebrew/nyancat/_metadata/homepage b/homebrew/nyancat/_metadata/homepage
new file mode 100644
index 000000000..f713c0ef2
--- /dev/null
+++ b/homebrew/nyancat/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/klange/nyancat
diff --git a/homebrew/nyancat/_metadata/name b/homebrew/nyancat/_metadata/name
new file mode 100644
index 000000000..e4ce89389
--- /dev/null
+++ b/homebrew/nyancat/_metadata/name
@@ -0,0 +1 @@
+Nyancat
diff --git a/homebrew/nyancat/_metadata/version b/homebrew/nyancat/_metadata/version
new file mode 100644
index 000000000..4cda8f19e
--- /dev/null
+++ b/homebrew/nyancat/_metadata/version
@@ -0,0 +1 @@
+1.5.2
diff --git a/homebrew/nyancat/download.sh b/homebrew/nyancat/download.sh
new file mode 100755
index 000000000..d5faa606c
--- /dev/null
+++ b/homebrew/nyancat/download.sh
@@ -0,0 +1 @@
+wget https://github.com/klange/nyancat/archive/1.5.2.tar.gz \ No newline at end of file
diff --git a/homebrew/nyancat/patches.sh b/homebrew/nyancat/patches.sh
new file mode 100755
index 000000000..1ee23381c
--- /dev/null
+++ b/homebrew/nyancat/patches.sh
@@ -0,0 +1 @@
+wget https://github.com/klange/nyancat/pull/34.patch?full_index=1