summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d5e7a1e26e8027004b0ee4f167538aed419e789d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Drew Liszewski <drew dot liszewski at gmail dot com>
# Maintainer: Drew Liszewski
pkgname=emulationstation-themes
pkgver=0.1
pkgrel=2
pkgdesc="EmulationStation themes pack"
arch=('any')
url="http://aloshi.com/emulationstation"
license=('WTFPL')
groups=()
makedepends=()
depends=()
install='emulationstation-themes.install'
source=("${pkgname}-${pkgver}.zip::https://aloshi.com/es_downloads/es_themes_jan_20_2013.zip")
md5sums=('d72d30690bce0f00ca6c276bbc5ff816')

package() {
    cd "${srcdir}"
    install -d ${pkgdir}/usr/share/EmulationStation/themes
    cp -r ${srcdir}/* ${pkgdir}/usr/share/EmulationStation/themes/
}