# Maintainer: graysky pkgname=texturecache _pkgname=texturecache.py pkgver=2.0.6 pkgrel=1 pkgdesc="Utility to manage the XBMC/Kodi texture cache and more." arch=('any') url="https://github.com/MilhouseVH/texturecache.py" license=('GPL') depends=('python' 'kodi') conflicts=('xbmc-texturecache') replaces=('xbmc-texturecache') install=readme.install source=("https://github.com/MilhouseVH/${_pkgname/%%.py}/archive/$pkgver.tar.gz") sha256sums=('3679a6fbdfcd96ff38cd52011827870dc2ab9794599e8e7fa7620e5dd85655ed') package() { cd "$_pkgname-$pkgver" install -Dm755 "$_pkgname" "$pkgdir/usr/bin/texturecache" install -Dm644 "texturecache.cfg.defaults" "$pkgdir/usr/share/texturecache/texturecache.cfg" }