summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ed6c004d8c9843681c42bbfac69a50773a5342a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = ethash-lib
	pkgdesc = C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm
	pkgver = 0.7.0
	pkgrel = 1
	url = https://github.com/chfast/ethash
	arch = any
	license = GPL3
	makedepends = cmake
	makedepends = gcc10
	makedepends = perl
	makedepends = python
	makedepends = git
	provides = ethash
	provides = ethash-lib
	conflicts = ethash
	conflicts = ethash-lib
	conflicts = ethash-git
	conflicts = ethash-lib-git
	options = !ccache
	source = ethash.tar.gz::https://github.com/chfast/ethash/archive/refs/tags/v0.7.0.tar.gz
	sha256sums = SKIP

pkgname = ethash-lib