summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2694c09de25930b855f3ad9b6a9f446300e3e279 (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
# Maintainer: Gustavo Costa <gusbemacbe@gmail.com>

pkgname=adwaita-plus-git
pkgver=6.1.r4.g22a8a79f
pkgrel=1
pkgdesc="A third-party icons theme, based on new GNOME Project's Adwaita"
arch=('any')
url="https://github.com/Bonandry/${pkgname/-git/}"
license=('GPL3')
changelog=CHANGELOG.sh
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
}