summaryrefslogtreecommitdiff
path: root/homebrew/anttweakbar/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/anttweakbar/.beer')
-rw-r--r--homebrew/anttweakbar/.beer27
1 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/anttweakbar/.beer b/homebrew/anttweakbar/.beer
new file mode 100644
index 000000000..086f63377
--- /dev/null
+++ b/homebrew/anttweakbar/.beer
@@ -0,0 +1,27 @@
+{
+ "name": "Anttweakbar",
+ "description": "C/C++ library for adding GUIs to OpenGL apps",
+ "url": "https://downloads.sourceforge.net/project/anttweakbar/AntTweakBar_116.zip",
+ "mirror": null,
+ "homepage": "https://anttweakbar.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/62e79481/anttweakbar/anttweakbar.diff",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "if DevelopmentTools.clang_build_version >= 900 ||",
+ "(MacOS.version == :el_capitan && MacOS::Xcode.version >= \"8.0\")",
+ "ENV.delete(\"SDKROOT\")",
+ "end",
+ "system \"make\", \"-C\", \"src\", \"-f\", \"Makefile.osx\"",
+ "lib.install \"lib/libAntTweakBar.dylib\", \"lib/libAntTweakBar.a\"",
+ "include.install \"include/AntTweakBar.h\""
+ ],
+ "version": "116",
+ "file": "anttweakbar.rb"
+} \ No newline at end of file