Files
horizon-packages/srcpkgs/seaweedfs/template
T
2026-02-10 04:16:17 +01:00

19 lines
655 B
Bash

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