summaryrefslogtreecommitdiff
path: root/homebrew/unicorn/.beer
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/unicorn/.beer
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
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