# Maintainer: Balló György # Contributor: Pellegrino Prevete _pkgname=deja-dup pkgname=$_pkgname-git pkgver=42.4+126+g271f05ec pkgrel=1 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend" arch=('any') url="https://wiki.gnome.org/Apps/DejaDup" license=(GPL) depends=(duplicity gvfs libadwaita libsecret org.freedesktop.secrets python-gobject python-pydrive) makedepends=(appstream-glib itstool meson vala) source=("git+https://gitlab.gnome.org/World/$_pkgname") conflicts=("deja-dup") provides=("deja-dup") validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry sha512sums=('SKIP') pkgver() { cd $_pkgname git describe --tags | sed 's/-/+/g' } build() { arch-meson $_pkgname build -DENABLE_NAUTILUS=true meson compile -C build } check() { meson test -C build } package() { DESTDIR="$pkgdir" meson install -C build }