# Maintainer: graysky pkgname=texturecache _pkgname=texturecache.py pkgver=2.5.2 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=("$pkgname-$pkgver.tar.gz::https://github.com/MilhouseVH/$pkgname.py/archive/$pkgver.tar.gz") sha256sums=('821f1668979edc8686f082f41419b39d63769d9dadc0bb99c24ce28648fca972') package() { cd "$_pkgname-$pkgver" install -Dm755 "$_pkgname" "$pkgdir/usr/bin/texturecache" install -Dm644 "texturecache.cfg.defaults" "$pkgdir/usr/share/texturecache/texturecache.cfg" }