summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7071bf83b38a1fcb836d535e27b7d946a0c1ba0a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Diab Neiroukh <officiallazerl0rd@gmail.com>

pkgname="layan-cursor-theme-git"
pkgver=1
pkgrel=1
epoch=1
pkgdesc="A x-cursor theme inspired by layan gtk theme and based on capitaine-cursors"
arch=(
	"any"
)
url="https://github.com/vinceliuice/Layan-cursors"
license=(
	"GPL3"
)
makedepends=(
	"git"
)
provides=(
	"layan-cursor-theme"
)
conflicts=(
	"layan-cursor-theme"
)
source=(
	"git+$url.git"
)
b2sums=(
	"SKIP"
)

package()
{
	install -d "$pkgdir/usr/share/icons"
	
	cd "Layan-cursors" || exit
	cp -r "dist" "$pkgdir/usr/share/icons/Layan-cursors"
	cp -r "dist-border" "$pkgdir/usr/share/icons/Layan-border-cursors"
	cp -r "dist-white" "$pkgdir/usr/share/icons/Layan-white-cursors"
}