summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b53995a252d637c7318994a9cb3288b7c9dea004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Maintainer: smcdougall <simon at sjmcdougall dot com>

pkgname=plymouth-theme-arch-charge
pkgver=20151031
pkgrel=3
pkgdesc="A Plyouth theme based on Fedora's Charge theme, but featuring the ArchLinux logo."
arch=('any')
url="http://development.sjmcdougall.com/plymouth-themes/arch-charge"
license=('GPL')
depends=('plymouth')

install='plymouth-theme-arch-charge.install'
source=('plymouth-theme-arch-charge-src.tar.gz::http://development.sjmcdougall.com/plymouth-themes/content/arch-charge/plymouth-theme-arch-charge-src.tar.gz'
        'plymouth-theme-arch-charge.install')
md5sums=('877364608091b9a5ffd9be54c6167610' 
         '55bd7a28c16ece14c388711006aca998')

package() {
    cd $srcdir/${pkgname}
    mkdir -p $pkgdir/usr/share/plymouth/themes/arch-charge
    install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/arch-charge
}