void-packages/srcpkgs/seaweedfs/template
UsernameRandomlyGenerated a9358e1095 seaweedfs: update to 2.82.
2021-12-31 02:14:36 -05:00

18 lines
646 B
Bash

# Template file for 'seaweedfs'
pkgname=seaweedfs
version=2.82
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=10bd05b022136905cf880bd6bcead2d4cc32ab9d5fed71aaa1bf154ec4be1b12
case "$XBPS_TARGET_MACHINE" in
ppc64*) broken="build constraints exclude all Go files in ...";;
esac