blob: 58155c56fe1a0edf2a93ec53a9ef74e7d9efdc67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = go-filecoin
pkgdesc = A decentralized storage network, full node implementation in Go
pkgver = 0.3.2
pkgrel = 1
url = https://github.com/filecoin-project/go-filecoin
arch = x86_64
license = MIT
license = Apache-2.0
makedepends = git
makedepends = go>=1.11.2
makedepends = pkgconf
makedepends = clang
makedepends = jq
optdepends = rustup: compiling proofs from scratch
conflicts = go-filecoin-git
source = git+https://github.com/filecoin-project/go-filecoin.git#tag=0.3.2
md5sums = SKIP
sha256sums = SKIP
sha512sums = SKIP
pkgname = go-filecoin
|