summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 619931be720839ca48fa48d23088735cef55b63d (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: Vito Ferri <support[at]vitoferri[dot]com>

_theme="dr460nized-sweet"
_pkgname="plymouth-theme-$_theme"
pkgname="$_pkgname-git"
_gitname=$_pkgname
url="https://gitlab.com/VitoF/$_gitname"
_gitroot="git+$url.git"
pkgver=1
pkgrel=3
pkgdesc="Plymouth theme for Garuda dr460nized inspired by Sweet by EliverLara."
arch=("any")
license=("GPL")
install="info.install"
depends=("plymouth")
makedepends=("git")
source=($_gitroot)
sha256sums=("SKIP")


package() {
	cd "$_gitname/$_theme"
	install -m755 -d "${pkgdir}/usr/share/plymouth/themes/$_theme"
	install -m755 -d "${pkgdir}/usr/share/plymouth/themes/$_theme/img"
	cp -a ./. "${pkgdir}/usr/share/plymouth/themes/$_theme"
}