summaryrefslogtreecommitdiff
path: root/homebrew/unicorn/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/unicorn/.beer')
-rw-r--r--homebrew/unicorn/.beer28
1 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/unicorn/.beer b/homebrew/unicorn/.beer
new file mode 100644
index 000000000..277030620
--- /dev/null
+++ b/homebrew/unicorn/.beer
@@ -0,0 +1,28 @@
+{
+ "name": "Unicorn",
+ "description": "Lightweight multi-architecture CPU emulation framework",
+ "url": "https://github.com/unicorn-engine/unicorn/archive/1.0.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.unicorn-engine.org/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV[\"PREFIX\"] = prefix",
+ "ENV[\"UNICORN_ARCHS\"] = \"x86 x86_64 arm mips aarch64 m64k ppc sparc\"",
+ "ENV[\"UNICORN_SHARED\"] = \"yes\"",
+ "ENV[\"UNICORN_DEBUG\"] = \"no\"",
+ "system \"make\"",
+ "system \"make\", \"install\"",
+ "cd \"bindings/python\" do",
+ "system \"python\", *Language::Python.setup_install_args(prefix)"
+ ],
+ "version": "1.0.1",
+ "file": "unicorn.rb"
+} \ No newline at end of file