13 lines
487 B
Bash
13 lines
487 B
Bash
# Template file for 'swarm'
|
|
pkgname=swarm
|
|
version=0.5.7
|
|
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=027521fc7eec4d579406edefdd6c37b3af5009295bae24597bb26fc1f6844ce7
|