summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 21f4427861361e1a81b324217f6ede6689fc3545 (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-big
pkgver=20151031
pkgrel=2
pkgdesc="A Plyouth theme based on Fedora's Charge theme, but featuring the ArchLinux logo.  This version has a larger logo than the regular variant."
arch=('any')
url="http://development.sjmcdougall.com/plymouth-themes/arch-charge"
license=('GPL')
depends=('plymouth')

install='plymouth-theme-arch-charge-big.install'
source=('plymouth-theme-arch-charge-big-src.tar.gz::http://development.sjmcdougall.com/plymouth-themes/content/arch-charge/plymouth-theme-arch-charge-big-src.tar.gz'
        'plymouth-theme-arch-charge-big.install')
md5sums=('7b61242549e4a331ffee1695aa06a49d' 
         '54ebc03f22123a5c971cefbb3a3fe35c')

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