summaryrefslogtreecommitdiff
path: root/homebrew/cadubi
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cadubi')
-rw-r--r--homebrew/cadubi/.beer19
-rw-r--r--homebrew/cadubi/.make.sh-auto5
-rw-r--r--homebrew/cadubi/_metadata/description1
-rw-r--r--homebrew/cadubi/_metadata/homepage1
-rw-r--r--homebrew/cadubi/_metadata/name1
-rw-r--r--homebrew/cadubi/_metadata/version1
-rwxr-xr-xhomebrew/cadubi/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/cadubi/.beer b/homebrew/cadubi/.beer
new file mode 100644
index 000000000..4b5f516db
--- /dev/null
+++ b/homebrew/cadubi/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Cadubi",
+ "description": "Creative ASCII drawing utility",
+ "url": "https://github.com/statico/cadubi/archive/v1.3.4.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/statico/cadubi/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"cadubi\", \"$Bin/help.txt\", \"#{doc}/help.txt\"",
+ "bin.install \"cadubi\"",
+ "doc.install \"help.txt\"",
+ "man1.install \"cadubi.1\""
+ ],
+ "version": "1.3.4",
+ "file": "cadubi.rb"
+} \ No newline at end of file
diff --git a/homebrew/cadubi/.make.sh-auto b/homebrew/cadubi/.make.sh-auto
new file mode 100644
index 000000000..f37e3c20d
--- /dev/null
+++ b/homebrew/cadubi/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+inreplace "cadubi", "$Bin/help.txt", "#{doc}/help.txt"
+bin.install "cadubi"
+doc.install "help.txt"
+man1.install "cadubi.1"
diff --git a/homebrew/cadubi/_metadata/description b/homebrew/cadubi/_metadata/description
new file mode 100644
index 000000000..60eb3af63
--- /dev/null
+++ b/homebrew/cadubi/_metadata/description
@@ -0,0 +1 @@
+Creative ASCII drawing utility
diff --git a/homebrew/cadubi/_metadata/homepage b/homebrew/cadubi/_metadata/homepage
new file mode 100644
index 000000000..ce85684ca
--- /dev/null
+++ b/homebrew/cadubi/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/statico/cadubi/
diff --git a/homebrew/cadubi/_metadata/name b/homebrew/cadubi/_metadata/name
new file mode 100644
index 000000000..2876db672
--- /dev/null
+++ b/homebrew/cadubi/_metadata/name
@@ -0,0 +1 @@
+Cadubi
diff --git a/homebrew/cadubi/_metadata/version b/homebrew/cadubi/_metadata/version
new file mode 100644
index 000000000..d0149fef7
--- /dev/null
+++ b/homebrew/cadubi/_metadata/version
@@ -0,0 +1 @@
+1.3.4
diff --git a/homebrew/cadubi/download.sh b/homebrew/cadubi/download.sh
new file mode 100755
index 000000000..84b29ebbe
--- /dev/null
+++ b/homebrew/cadubi/download.sh
@@ -0,0 +1 @@
+wget https://github.com/statico/cadubi/archive/v1.3.4.tar.gz \ No newline at end of file