summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 80e5b8820c59863232adc702da9df2da9e24c2fb (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: Aashish Chapain <ashishchapain86@gmail.com> 

pkgname=sematrix-plymouth-theme
pkgver=1.0.0
pkgrel=1
pkgdesc='Matrix effect plymouth theme on boot'
arch=('any')
url='https://github.com/chapainaashish/sematrix'
license=('GPL3')
makedepends=('git')
depends=('plymouth')
install="${pkgname}.install"
source=(
  'git+https://github.com/chapainaashish/sematrix.git'
)
sha256sums=('SKIP')

package() {
  cd "${srcdir}/sematrix"

  install -d "${pkgdir}/usr/share/plymouth/themes/sematrix"
  install -Dm 644 * "${pkgdir}/usr/share/plymouth/themes/sematrix"
}