blob: c33a3cecee35d75218a870240e36e99ebd6ca7c3 (
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
28
29
30
31
32
33
|
pkgbase = ethash-lib
pkgdesc = C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm.
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/chfast/ethash
arch = x86_64
arch = i386
arch = i686
arch = pentium4
arch = core2
arch = armv6h
arch = armv7h
arch = armv8h
arch = armv9h
arch = arm64
license = GPL3
makedepends = cmake
makedepends = perl
makedepends = python
makedepends = gzip
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/v1.1.0.tar.gz
md5sums = 19878a61ba274b2b364fc297dc780927
sha256sums = 73b327f3c23f407389845d936c1138af6328c5841a331c1abe3a2add53c558aa
sha512sums = 5d583614323fc77855ea9c3990c0c373a99e790e11ca48f2ee5be3e64f4d4cdc1198a65a21c07659fca7399ec44859ff8b374a65a3b015eddf047cfc58ea0cc6
pkgname = ethash-lib
|