summaryrefslogtreecommitdiff
path: root/homebrew/gearboy/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gearboy/.beer')
-rw-r--r--homebrew/gearboy/.beer28
1 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/gearboy/.beer b/homebrew/gearboy/.beer
new file mode 100644
index 000000000..e80d8f0bb
--- /dev/null
+++ b/homebrew/gearboy/.beer
@@ -0,0 +1,28 @@
+{
+ "name": "Gearboy",
+ "description": "Nintendo Game Boy (Color) emulator",
+ "url": "https://github.com/drhelius/Gearboy/archive/gearboy-2.7.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/drhelius/Gearboy",
+ "depends": [
+ {
+ "depend": "qt",
+ "build-depend": false
+ },
+ {
+ "depend": "sdl2",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "cd \"platforms/macosx/Gearboy\" do",
+ "inreplace \"Gearboy.pro\" do |s|",
+ "s.gsub! \"/usr/local/include\", Formula[\"sdl2\"].include",
+ "s.gsub! \"/usr/local/lib\", Formula[\"sdl2\"].lib"
+ ],
+ "version": "2.7.0",
+ "file": "gearboy.rb"
+} \ No newline at end of file