1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=gnome-info-collect
6 pkgdesc="GNOME system and user data collection tool"
7 url="https://gitlab.gnome.org/vstanek/gnome-info-collect"
10 depends=(python-requests python-gobject gnome-online-accounts accountsservice)
12 _commit=57f4b153c0dda53d76fd5976c62963855722af97 # tags/v1.0-5
13 source=("git+https://gitlab.gnome.org/vstanek/gnome-info-collect.git#commit=$_commit")
18 git describe --tags | sed 's/^v//;s/-/./;s/[^-]*-g/r&/;s/-/+/g'
22 install -D $pkgname/client/client.py "$pkgdir/usr/bin/$pkgname"