diff options
Diffstat (limited to 'homebrew/cadubi')
-rw-r--r-- | homebrew/cadubi/.beer | 19 | ||||
-rw-r--r-- | homebrew/cadubi/.make.sh-auto | 5 | ||||
-rw-r--r-- | homebrew/cadubi/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/cadubi/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/cadubi/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/cadubi/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/cadubi/download.sh | 1 |
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 |