15 lines
521 B
Bash
15 lines
521 B
Bash
# Template file for 'kopia'
|
|
pkgname=kopia
|
|
version=0.7.0
|
|
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=9846628992ef23bbcd0867c11fb090b43d5b1a7e5f26e622a80ebf9611c206be
|