blob: 0a12c74d7429fd339d798769270fccdce75f4470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = chakracore
pkgdesc = ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge
pkgver = 1.11.10
pkgrel = 1
url = https://github.com/Microsoft/ChakraCore
arch = x86_64
license = MIT
makedepends = cmake
makedepends = clang
makedepends = python2
depends = icu
provides = libChakraCore.so
provides = ch
conflicts = chakracore-git
conflicts = chakracore-bin
source = chakracore-1.11.10.tar.gz::https://github.com/Microsoft/ChakraCore/archive/v1.11.10.tar.gz
sha256sums = a322958ead403ef164d4ae11f8eb672f45dda83dcd5eefaa459d8714304931d8
pkgname = chakracore
|