blob: 762b3ca623d0b6b6a1a97883c5e1e74039030493 (
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: jsayol <josep.sayol at gmail dot com>
pkgname=plymouth-theme-dark-arch
pkgver=20151130
pkgrel=2
pkgdesc="A Plymouth theme with a dark background and a big spinner around the ArchLinux logo."
arch=('any')
url="https://github.com/jsayol/plymouth-theme-dark-arch"
license=('GPL')
depends=('plymouth')
install='plymouth-theme-dark-arch.install'
source=('20151130-2.tar.gz::https://github.com/jsayol/plymouth-theme-dark-arch/archive/20151130-2.tar.gz'
'plymouth-theme-dark-arch.install')
md5sums=('e67a73056cb44f0e961299e878aa1ac5'
'07303446247afeeffd460bcdeb314321')
package() {
cd $srcdir/${pkgname}-${pkgver}-${pkgrel}
mkdir -p $pkgdir/usr/share/plymouth/themes/dark-arch
install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/dark-arch
}
|