blob: 101b4591d910a981fe51c991662863c4ed8b8abb (
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
27
|
pkgbase = dynarmic-git
pkgdesc = An ARM dynamic recompiler
pkgver = 5.r123.ge4146ec3
pkgrel = 1
url = https://github.com/MerryMage/dynarmic
arch = x86_64
license = BSD
checkdepends = catch2>=2.13.1
makedepends = boost>=1.57
makedepends = cmake>=3.8
makedepends = fmt>=8
makedepends = git
makedepends = ninja
makedepends = robin-map>=0.6.2
makedepends = xbyak>=5.995.r3
makedepends = zydis>=3.1.0.r78
provides = dynarmic=5.r123.ge4146ec3
provides = libdynarmic.so
conflicts = dynarmic
source = git+https://github.com/MerryMage/dynarmic.git
source = 0007-dynarmic-add-cmake-install-rules.patch::https://github.com/MerryMage/dynarmic/pull/636.patch
b2sums = SKIP
b2sums = c934e71f13ce9ecc3b54c60deed83df89747e1e0bbea112f0283f08edd6ba8562acb4796029861b5c7df081b8f647be44d7d76568e50dc5b761c843991ea193b
pkgname = dynarmic-git
depends = libfmt.so
depends = libZydis.so
|