summaryrefslogtreecommitdiff
path: root/homebrew/libtcod/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libtcod/.beer')
-rw-r--r--homebrew/libtcod/.beer46
1 files changed, 46 insertions, 0 deletions
diff --git a/homebrew/libtcod/.beer b/homebrew/libtcod/.beer
new file mode 100644
index 000000000..0f72f72c3
--- /dev/null
+++ b/homebrew/libtcod/.beer
@@ -0,0 +1,46 @@
+{
+ "name": "Libtcod",
+ "description": "API for roguelike developers",
+ "url": "https://bitbucket.org/libtcod/libtcod/get/1.8.2.tar.bz2",
+ "mirror": null,
+ "homepage": "http://roguecentral.org/doryen/libtcod/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "sdl2",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "libzip",
+ "reason": "both install `zip.h` header"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "cd \"build/autotools\" do",
+ "system \"autoreconf\", \"-fiv\"",
+ "system \"./configure\"",
+ "system \"make\"",
+ "lib.install Dir[\".libs/*{.a,.dylib}\"]"
+ ],
+ "version": "1.8.2",
+ "file": "libtcod.rb"
+} \ No newline at end of file