#Packager: George Vlahavas pkgname=timeshift pkgver=20.11.1 pkgrel=1gv source=("https://github.com/teejee2008/timeshift/archive/refs/tags/v${pkgver}.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/teejee2008/timeshift slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "timeshift (System restore tool for Linux)" "Timeshift creates filesystem snapshots using rsync+hardlinks, or BTRFS" "snapshots. Supports scheduled snapshots, multiple backup levels, and" "exclude filters. Snapshots can be restored while system is running or" "from Live CD/USB." ) build() { cd $startdir/src/$pkgname-$pkgver make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg sed -i "s/Exec=.*/Exec=gksu timeshift-gtk/" $startdir/pkg/usr/share/applications/timeshift-gtk.desktop }