blob: d9d1793afbf666569035fa8da3f1151146d39034 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = hyperledger-fabric-chaintool
pkgdesc = An utility to assist in various phases of Hyperledger Fabric chaincode development, such as compilation, test, packaging, and deployment
pkgver = 1.1.3
pkgrel = 1
url = https://github.com/hyperledger/fabric-chaintool
arch = x86_64
groups = hyperledger
license = APACHE
makedepends = leiningen
depends = go
depends = protobuf
depends = jdk8-openjdk
source = https://github.com/hyperledger/fabric-chaintool/archive/v1.1.3.tar.gz
sha256sums = 31b84f8a4c8418cf20c9952fdb50f0bce3e42d1eaaeac9beb78ab5af38f97273
pkgname = hyperledger-fabric-chaintool
|