aboutsummaryrefslogtreecommitdiffstats
path: root/main/duply
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 15:38:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 15:42:55 -0300
commit81633f00dd52212d62c630bbf6f6c8a9bc1f29cd (patch)
tree8c4c8d6cf86d750385b57d31192a030b65f7ef02 /main/duply
parent297f593732904d02593169850509404a244aa1f7 (diff)
downloadaports-81633f00dd52212d62c630bbf6f6c8a9bc1f29cd.tar.bz2
aports-81633f00dd52212d62c630bbf6f6c8a9bc1f29cd.tar.xz
main/*: remove invalid options and modernize
Diffstat (limited to 'main/duply')
-rw-r--r--main/duply/APKBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/main/duply/APKBUILD b/main/duply/APKBUILD
index ba3303a996..7a27f88ed5 100644
--- a/main/duply/APKBUILD
+++ b/main/duply/APKBUILD
@@ -3,25 +3,20 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=duply
pkgver=2.2.2
-pkgrel=0
+pkgrel=1
pkgdesc="Wrapper for duplicity"
url="https://duply.net"
arch="noarch"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
depends="duplicity bash"
# no test provided upstream
-options="!nocheck"
-makedepends="$depends_dev txt2man"
+options="!check"
+makedepends="txt2man"
subpackages="$pkgname-doc"
-source="https://netix.dl.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/2.2.x/duply_${pkgver}.tgz"
-builddir="$srcdir"/duply_${pkgver}
-
-build() {
- cd "$builddir"
-}
+source="https://netix.dl.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/2.2.x/duply_$pkgver.tgz"
+builddir="$srcdir"/duply_$pkgver
package() {
- cd "$builddir"
install -Dm755 duply \
"$pkgdir"/usr/bin/duply
mkdir -p "$pkgdir"/usr/share/man/man1