19 lines
691 B
Bash
19 lines
691 B
Bash
# Template file for 'obnam'
|
|
pkgname=obnam
|
|
version=1.22
|
|
revision=1
|
|
build_style=python2-module
|
|
hostmakedepends="python-yaml mdocml ncurses-term"
|
|
makedepends="python-devel python-cliapp python-larch python-paramiko
|
|
python-tracing"
|
|
depends="python python-larch python-paramiko python-fuse python-yaml"
|
|
short_desc="Backup program that supports encryption and deduplication"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://obnam.org"
|
|
distfiles="http://code.liw.fi/debian/pool/main/o/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
|
checksum=7d584615015724b1aad72c874b8ffff682ed79e57b58136bfd68b6cb965e6a7c
|
|
|
|
hostmakedepends+=" $makedepends"
|
|
export TERM=vt100
|