summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f255d0ba47fe0dc7dcfb47c1fc599e73c6fc9578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = solidity-git
	pkgdesc = The Solidity Contract-Oriented Programming Language (latest unstable git version)
	pkgver = 0.5.0.20181110.9709dfe04
	pkgrel = 1
	url = https://github.com/ethereum/solidity
	arch = x86_64
	groups = ethereum
	license = GPL3
	makedepends = cmake
	makedepends = git
	makedepends = boost
	depends = gcc-libs
	depends = boost-libs
	optdepends = z3: SMTChecker support
	optdepends = cvc4: SMTChecker support
	provides = solidity
	conflicts = solidity
	source = solidity::git+https://github.com/ethereum/solidity#branch=develop
	sha256sums = SKIP

pkgname = solidity-git