# Contributor: Daniel Miranda (dmiranda) # Contributor: Fabio ‘Lolix’ Loli # Contributor: Jonathon # Maintainer: Gustavo Costa (gusbemacbe) pkgname=suru-plus-git pkgver=30.0 pkgrel=1 pkgdesc="Suru++ 30 – A cyberpunk, elegant, futuristic, modern and Papirus-like third-party icons theme!" arch=('any') url="https://github.com/gusbemacbe/${pkgname/-git/}" license=('GPL3') changelog=CHANGELOG makedepends=('git') conflicts=(${pkgname/-git/}) provides=(${pkgname/-git/}) source=("git+${url}.git") sha256sums=('SKIP') pkgver() { git -C ${pkgname/-git/} describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//' } package() { make -C ${pkgname/-git/} DESTDIR="$pkgdir/" install }