summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6bf48334c57c7af553bf4515ca6863cc1a59cb77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Steven Seifried <gitlab@canox.net>
pkgname=tuxedo-plymouth-one
pkgver=1.0.1.4
pkgrel=0
pkgdesc="TUXEDO style plymouth theme"
arch=('any')
url="https://github.com/tuxedocomputers/tuxedo-plymouth-one"
license=('GPLv2')
depends=('plymouth')
makedepends=('')
source=(git+https://github.com/tuxedocomputers/tuxedo-plymouth-one)
install=
md5sums=('SKIP')

package() {
  cd /usr/share/plymouth/themes/
  sudo git clone https://github.com/tuxedocomputers/tuxedo-plymouth-one.git tuxedo-one
  sudo plymouth-set-default-theme -R tuxedo-one
  echo -e "\033[31m\033[1m\033[4mYou must had to add plymouth to HOOKS in /etc/mkinitcpio.conf\033[0m"
  echo -e "\033[31m\033[1m\033[4mFor more Informations see: https://wiki.archlinux.org/index.php/plymouth\033[0m"
}