summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth-theme-linhes/PKGBUILD
blob: 8b7c345f1bf55d43355053705e2af62cad282712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
pkgname="plymouth-theme-linhes-logo"
pkgver=1
pkgrel=4
pkgdesc="LinHES theme for plymouth"
arch=('any')
license=('GPL')
depends=('plymouth')
options=('')
groups=('base')
source=('lh-logo.png' 'linhes-logo.plymouth' 'linhes-logo.script' 'password_field.png'
        'progress_dot_off.png' 'progress_dot_on.png')
install=plymouth-linhes.install

package() {
    cd $srcdir
    mkdir -p $pkgdir/usr/share/plymouth/themes/linhes-logo
    install -Dm644 * $pkgdir/usr/share/plymouth/themes/linhes-logo
}
md5sums=('1f8d343587e12f36df5d995034e278a1'
         'ce896cdeb403f5d0f3df5886e88b4ac5'
         'c13aad1b1d821160dfafeaeb827a925c'
         '1ebfd289a00fcd6ed973eb4576ef22ab'
         '28321edbf593e7d9c7ad1edc70e00224'
         'f3d3f9c4eb33cdbeec16c2d6745e9f73')