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