File PKGBUILD of Package papirus-icon-theme-git
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=papirus-icon-theme-git
pkgver=20160603
pkgrel=1
pkgdesc="Papirus icon theme for GTK and KDE. (git version)"
url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
arch=('any')
license=('LGPL3')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
options=('!strip')
source=("${pkgname}-${pkgver}.tar.xz")
sha256sums=('SKIP')
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}/" install
}