19 lines
665 B
Bash
19 lines
665 B
Bash
# Template file for 'timeshift'
|
|
pkgname=timeshift
|
|
version=18.6.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config vala"
|
|
makedepends="libgee08-devel json-glib-devel gtk+3-devel vte3-devel libgirepository-devel"
|
|
depends="rsync"
|
|
conf_files="/etc/default/timeshift.json"
|
|
short_desc="System restore tool"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.teejeetech.in/p/timeshift.html"
|
|
distfiles="https://github.com/teejee2008/timeshift/archive/v${version}.tar.gz"
|
|
checksum=2c851b232e622f75facc289a4a163218d1943b239eeadb2988acb23c80fc30a2
|
|
|
|
post_install() {
|
|
rm "${DESTDIR}/usr/bin/timeshift-uninstall"
|
|
}
|