void-packages/srcpkgs/seaweedfs/template

18 lines
624 B
Bash

# Template file for 'seaweedfs'
pkgname=seaweedfs
version=3.60
revision=2
build_style=go
go_import_path="github.com/seaweedfs/seaweedfs"
go_package="github.com/seaweedfs/seaweedfs/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=96f3de6c6e33d8e83c2d787c2789b40f8e8209f1f7ef645372220cc1e90f9fac
case "$XBPS_TARGET_MACHINE" in
ppc64*) broken="build constraints exclude all Go files in ...";;
esac