
Receipt for package "vorta"
# SliTaz package receipt. PACKAGE="vorta" VERSION="0.6.26" CATEGORY="system-tools" SHORT_DESC="GUI for borgbackup." MAINTAINER="maintainer@slitaz.org" LICENSE="GPLv3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://vorta.borgbase.com/" WGET_URL="https://github.com/borgbase/$PACKAGE/archive/v$VERSION.tar.gz" TAGS="backup" SUGGESTED="py3k-llfuse" DEPENDS="borgbackup" BUILD_DEPENDS="py3k-dev py3k-setuptools_scm" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { python3 setup.py build && python3 setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)