# Maintainer: graysky pkgname=texturecache _pkgname=texturecache.py pkgver=2.3.3 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=('4207f9a9cfaa53526b2088b707905013cebd988c4828bdcca99abf0b5b23ccbf') package() { cd "$_pkgname-$pkgver" install -Dm755 "$_pkgname" "$pkgdir/usr/bin/texturecache" install -Dm644 "texturecache.cfg.defaults" "$pkgdir/usr/share/texturecache/texturecache.cfg" }