summaryrefslogtreecommitdiff
path: root/homebrew/tgui/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/tgui/.beer')
-rw-r--r--homebrew/tgui/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/tgui/.beer b/homebrew/tgui/.beer
new file mode 100644
index 000000000..38c887e71
--- /dev/null
+++ b/homebrew/tgui/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Tgui",
+ "description": "GUI library for use with sfml",
+ "url": "https://github.com/texus/TGUI/archive/v0.8.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://tgui.eu",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "sfml",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args,",
+ "\"-DTGUI_MISC_INSTALL_PREFIX=#{pkgshare}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.8.5",
+ "file": "tgui.rb"
+} \ No newline at end of file