19 lines
586 B
Bash
19 lines
586 B
Bash
# Template file for 'garage'
|
|
pkgname=garage
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=cargo
|
|
make_install_args="--path src/garage"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libzstd-devel libsodium-devel"
|
|
short_desc="Distributed S3 object storage service tailored for self-hosting"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="AGPL-3.0-only"
|
|
homepage="https://garagehq.deuxfleurs.fr/"
|
|
distfiles="https://git.deuxfleurs.fr/Deuxfleurs/garage/archive/v${version}.tar.gz"
|
|
checksum=1d0d09053dd0b5bba89c73e11c568ea28aaedd92db7af618a4dd514d3a7e6222
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|