blob: 887bc813b18ae8109800b38674fc6ee12ca324cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: Azat Abdullin <abdullin@kspt.icc.spbstu.ru>
pkgname=plymouth-theme-polyspinner-light
pkgver=1
pkgrel=1
pkgdesc='Plymouth theme with Peter the Great St.Petersburg Polytechnic University logo.'
arch=('any')
url='https://gitlab.com/PhonePi'
license=('GPL')
depends=('plymouth')
source=('git+https://git.ejiek.com/KSPT/polyspinner-light-plymouth')
sha256sums=('SKIP')
package() {
cd "${srcdir}/polyspinner-light-plymouth"
rm -fv *~
mkdir -p "${pkgdir}/usr/share/plymouth/themes/polyspinner-light"
install -Dvm644 * "${pkgdir}/usr/share/plymouth/themes/polyspinner-light"
}
|