15 lines
521 B
Bash
15 lines
521 B
Bash
# Template file for 'kopia'
|
|
pkgname=kopia
|
|
version=0.6.4
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/kopia/kopia
|
|
go_ldflags="-X ${go_import_path}/repo.BuildVersion=${version}
|
|
-X '${go_import_path}/repo.BuildInfo=Void Linux'"
|
|
short_desc="Fast and secure backup tool"
|
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://kopia.io/"
|
|
distfiles="https://github.com/kopia/kopia/archive/v${version}.tar.gz"
|
|
checksum=d7ed781be72b2e5fa17ddc3752aa2d47e81cb70ed82affd58903d554a2b9aa65
|