summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 92d6744c1c2bc2149ce5d0ce150fd27941f3c21f (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
26
# Maintainer: sataa <brodmoran[at]gmail[dot]com>

_theme="arch-circle"
_pkgname="plymouth-theme-$_theme"
pkgname="$_pkgname-git"
pkgbase="$_pkgname"
_gitname="$_pkgname"
_gitroot="git://github.com/FieryMewtwo/$_gitname.git"
pkgver=1
pkgrel=1
pkgdesc="A simple spinner theme for Plymouth based on plymouth-theme-sweet-arch"
arch=("any")
url="https://github.com/FieryMewtwo/$_gitname"
license=("GPL")
install="message.install"
depends=("plymouth")
makedepends=("git")
source=($_gitroot)
sha256sums=("SKIP")


package() {
	cd "$_gitname/$_theme"
	install -m755 -d "${pkgdir}/usr/share/plymouth/themes/$_theme"
	install -m644 -t "${pkgdir}/usr/share/plymouth/themes/$_theme" *
}