void-packages/srcpkgs/seaweedfs/template
2021-10-04 18:45:48 +00:00

18 lines
646 B
Bash

# Template file for 'seaweedfs'
pkgname=seaweedfs
version=2.70
revision=1
build_style=go
go_import_path="github.com/chrislusf/seaweedfs"
go_package="github.com/chrislusf/seaweedfs/weed"
hostmakedepends="git"
short_desc="Simple and highly scalable distributed file system"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/chrislusf/seaweedfs"
distfiles="https://github.com/chrislusf/seaweedfs/archive/${version}.tar.gz"
checksum=3f7d3d4503aaae456f644bfea1250146fcb4d86d0b3ea3b6beb7cad6da9aada6
case "$XBPS_TARGET_MACHINE" in
ppc64*) broken="build constraints exclude all Go files in ...";;
esac