diff options
Diffstat (limited to 'homebrew/asciiquarium')
-rw-r--r-- | homebrew/asciiquarium/.beer | 30 | ||||
-rw-r--r-- | homebrew/asciiquarium/.make.sh-auto | 7 | ||||
-rw-r--r-- | homebrew/asciiquarium/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/asciiquarium/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/asciiquarium/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/asciiquarium/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/asciiquarium/download.sh | 1 |
7 files changed, 42 insertions, 0 deletions
diff --git a/homebrew/asciiquarium/.beer b/homebrew/asciiquarium/.beer new file mode 100644 index 000000000..18ad51553 --- /dev/null +++ b/homebrew/asciiquarium/.beer @@ -0,0 +1,30 @@ +{ + "name": "Asciiquarium", + "description": "Aquarium animation in ASCII art", + "url": "https://robobunny.com/projects/asciiquarium/asciiquarium_1.1.tar.gz", + "mirror": null, + "homepage": "https://robobunny.com/projects/asciiquarium/html/", + "depends": [], + "resource": [ + { + "name": "Curses", + "url": "https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/Curses-1.34.tar.gz" + }, + { + "name": "Term::Animation", + "url": "https://cpan.metacpan.org/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"", + "resources.each do |r|", + "r.stage do", + "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"", + "system \"make\"", + "system \"make\", \"install\"" + ], + "version": "1.1", + "file": "asciiquarium.rb" +}
\ No newline at end of file diff --git a/homebrew/asciiquarium/.make.sh-auto b/homebrew/asciiquarium/.make.sh-auto new file mode 100644 index 000000000..42e318851 --- /dev/null +++ b/homebrew/asciiquarium/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5" +resources.each do |r| +r.stage do +perl Makefile.PL INSTALL_BASE=#{libexec} +make +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/asciiquarium/_metadata/description b/homebrew/asciiquarium/_metadata/description new file mode 100644 index 000000000..04c3f4e96 --- /dev/null +++ b/homebrew/asciiquarium/_metadata/description @@ -0,0 +1 @@ +Aquarium animation in ASCII art diff --git a/homebrew/asciiquarium/_metadata/homepage b/homebrew/asciiquarium/_metadata/homepage new file mode 100644 index 000000000..e36f4cc5a --- /dev/null +++ b/homebrew/asciiquarium/_metadata/homepage @@ -0,0 +1 @@ +https://robobunny.com/projects/asciiquarium/html/ diff --git a/homebrew/asciiquarium/_metadata/name b/homebrew/asciiquarium/_metadata/name new file mode 100644 index 000000000..e19afd4f7 --- /dev/null +++ b/homebrew/asciiquarium/_metadata/name @@ -0,0 +1 @@ +Asciiquarium diff --git a/homebrew/asciiquarium/_metadata/version b/homebrew/asciiquarium/_metadata/version new file mode 100644 index 000000000..9459d4ba2 --- /dev/null +++ b/homebrew/asciiquarium/_metadata/version @@ -0,0 +1 @@ +1.1 diff --git a/homebrew/asciiquarium/download.sh b/homebrew/asciiquarium/download.sh new file mode 100755 index 000000000..2b5fff3be --- /dev/null +++ b/homebrew/asciiquarium/download.sh @@ -0,0 +1 @@ +wget https://robobunny.com/projects/asciiquarium/asciiquarium_1.1.tar.gz
\ No newline at end of file |