mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
32 lines
991 B
Plaintext
32 lines
991 B
Plaintext
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
|
|
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=duply
|
|
pkgver=2.4.2
|
|
pkgrel=0
|
|
pkgdesc="Wrapper for duplicity"
|
|
url="https://duply.net"
|
|
arch="noarch"
|
|
license="GPL-2.0-or-later"
|
|
depends="duplicity bash"
|
|
# no test provided upstream
|
|
options="!check"
|
|
makedepends="txt2man"
|
|
subpackages="$pkgname-doc"
|
|
source="https://sourceforge.net/projects/ftplicity/files/duply%20%28simple%20duplicity%29/2.4.x/duply_$pkgver.tgz"
|
|
builddir="$srcdir"/duply_$pkgver
|
|
|
|
package() {
|
|
install -Dm755 duply \
|
|
"$pkgdir"/usr/bin/duply
|
|
mkdir -p "$pkgdir"/usr/share/man/man1
|
|
"$pkgdir"/usr/bin/duply txt2man > \
|
|
"$pkgdir"/usr/share/man/man1/duply.1
|
|
install -Dm644 gpl-2.0.txt \
|
|
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
|
}
|
|
|
|
sha512sums="
|
|
3d3594dd91a2670566c69fe8b86cf0958c42a8befc32aa9b7f10c4b0468326f02ca4053247229efe82b623aba1756c419caa31b901a380c2147de70c4126f508 duply_2.4.2.tgz
|
|
"
|