blob: ab5a40fa2eeaa97e0448c0a9633866e683a0e464 (
plain)
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
|
pkgbase = dynarmic-git
pkgdesc = An ARM dynamic recompiler
pkgver = 6.2.3.r2.gf33c6f06
pkgrel = 1
url = https://github.com/merryhime/dynarmic
arch = aarch64
arch = x86_64
license = BSD
checkdepends = catch2>=2.13.8
makedepends = boost>=1.57
makedepends = cmake>=3.12
makedepends = fmt>=8.1.1
makedepends = git
makedepends = robin-map>=0.6.2
makedepends = xbyak>=6.60.1
makedepends = zydis>=3.1
makedepends = zydis<4
provides = dynarmic=6.2.3.r2.gf33c6f06
provides = libdynarmic.so
conflicts = dynarmic
source = dynarmic::git+https://github.com/merryhime/dynarmic.git
b2sums = SKIP
pkgname = dynarmic-git
depends = libfmt.so
depends = libZydis.so
|