summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ee4e57c17556354825d052a4a22d893687f4516a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Daniel Miranda (dmiranda)
# Contributor: Fabio ‘Lolix’ Loli <lolix at disroot dot org>
# Contributor: Jonathon <jonathonf>
# 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
}