File PKGBUILD of Package luv-icon-theme-git
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=luv-icon-theme-git
pkgver=566.7d02906
pkgrel=1
pkgdesc="Lüv is the spiritual successor to Flattr, a flat but complex icon theme for freedesktop environments."
arch=('any')
url="https://github.com/NitruxSA/luv-icon-theme"
license=('custom:CC BY-SA 4.0')
provides=('luv-icon-theme')
conflicts=('luv-icon-theme')
source=("${pkgname}-${pkgver}.tar.xz")
md5sums=('SKIP')
package() {
depends=('librsvg')
cd "${pkgname}-${pkgver}"
install -dm755 "${pkgdir}/usr/share/icons/Luv"
cp -dpr --no-preserve=ownership ./Luv/* "${pkgdir}/usr/share/icons/Luv"
install -Dm644 "./Luv/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "./CREDITS" "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
rm "${pkgdir}"/usr/share/icons/Luv/LICENSE
}