summaryrefslogtreecommitdiff
path: root/homebrew/aalib/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/aalib/.beer')
-rw-r--r--homebrew/aalib/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/aalib/.beer b/homebrew/aalib/.beer
new file mode 100644
index 000000000..795eae9c8
--- /dev/null
+++ b/homebrew/aalib/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "Aalib",
+ "description": "Portable ASCII art graphics library",
+ "url": "https://downloads.sourceforge.net/aa-project/aalib-1.4rc5.tar.gz",
+ "mirror": null,
+ "homepage": "https://aa-project.sourceforge.io/aalib/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/6e23dfb/aalib/1.4rc5.patch",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "ENV.ncurses_define",
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--mandir=#{man}\",",
+ "\"--infodir=#{info}\",",
+ "\"--enable-shared=yes\",",
+ "\"--enable-static=yes\",",
+ "\"--without-x\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.4",
+ "file": "aalib.rb"
+} \ No newline at end of file