13 lines
487 B
Bash
13 lines
487 B
Bash
# Template file for 'swarm'
|
|
pkgname=swarm
|
|
version=0.5.4
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/ethersphere/swarm
|
|
go_package="${go_import_path}/cmd/swarm"
|
|
short_desc="Censorship resistant storage and communication infrastructure"
|
|
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://swarm.ethereum.org"
|
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
|
checksum=ae3a6b67d2600acbe022633b2be13bad8ee83438e9c1367edfd8c921981a6ad1
|