wok rev 23851
created recipe for vorta
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 15 14:18:28 2020 +0100 (2020-06-15) |
parents | 2062aa79fe1d |
children | add1501c713f a6d313c5cce7 |
files | vorta/description.txt vorta/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vorta/description.txt Mon Jun 15 14:18:28 2020 +0100 1.3 @@ -0,0 +1,3 @@ 1.4 +Vorta is a backup client for macOS and Linux desktops. 1.5 +It integrates the mighty Borg Backup with your favorite desktop environment 1.6 +to protect your data from disk failure, ransomware and theft.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/vorta/receipt Mon Jun 15 14:18:28 2020 +0100 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="vorta" 2.7 +VERSION="0.6.26" 2.8 +CATEGORY="system-tools" 2.9 +SHORT_DESC="GUI for borgbackup." 2.10 +MAINTAINER="maintainer@slitaz.org" 2.11 +LICENSE="GPLv3" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 +WEB_SITE="https://vorta.borgbase.com/" 2.14 +WGET_URL="https://github.com/borgbase/$PACKAGE/archive/v$VERSION.tar.gz" 2.15 +TAGS="backup" 2.16 + 2.17 +DEPENDS="borgbackup" 2.18 +BUILD_DEPENDS="py3k-dev py3k-setuptools_scm" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + python3 setup.py build && 2.24 + python3 setup.py install --root=$DESTDIR 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + cp -a $install/usr $fs 2.31 +}