1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
}
|