summaryrefslogtreecommitdiff
path: root/homebrew/vecx/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/vecx/.beer')
-rw-r--r--homebrew/vecx/.beer31
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/vecx/.beer b/homebrew/vecx/.beer
new file mode 100644
index 000000000..00c375002
--- /dev/null
+++ b/homebrew/vecx/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Vecx",
+ "description": "Vectrex emulator",
+ "url": "https://github.com/jhawthorn/vecx/archive/v1.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/jhawthorn/vecx",
+ "depends": [
+ {
+ "depend": "sdl",
+ "build-depend": false
+ },
+ {
+ "depend": "sdl_gfx",
+ "build-depend": false
+ },
+ {
+ "depend": "sdl_image",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace [\"e6809.c\", \"vecx.c\"], /__inline/, 'static \\1'",
+ "system \"make\"",
+ "bin.install \"vecx\""
+ ],
+ "version": "1.1",
+ "file": "vecx.rb"
+} \ No newline at end of file