# Maintainer: smooz # Contributor: Dunon pkgname=grevis-git pkgver=0.2.1 pkgrel=1 pkgdesc="A simple game launcher" arch=("any") url="https://gitlab.com/josepoliver/grevis" license=("GPL3") depends=("python" "gtk3") makedepends=("meson" "ninja" "git") conflicts=("grevis") source=("grevis::git+https://gitlab.com/josepoliver/grevis.git") md5sums=("SKIP") pkgver() { cd "${pkgname%-git}" git describe --tags | sed "s/-/.r/; s/-g/./" } package() { cd "${pkgname%-git}" meson builddir --prefix="/usr" DESTDIR="$pkgdir" ninja -C builddir install }