summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3609758fcd14279fdd94a64d8148441a9409b7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Maintainer: Jeremy Marlow <i3_arch[at]archlinux.info>
#Contributor: JJ.Ying <yingjunjiu@yahoo.com.cn>

pkgname=xcursor-azenis-blue
pkgver=2016.11.10
pkgrel=1
pkgdesc="Azenis Blue cursor theme"
arch=('any')
license=('LGPL')
source=("https://raw.githubusercontent.com/i3-Arch/PKGBUILD/master/xcursor-azenis-blue/azenis-blue.tar.gz")
md5sums=('6b88548a5e10128d21add836e8d573c3')
url="https://store.kde.org/p/999759/"

package() {
	install -dm755 "$pkgdir"/usr/share/icons/
	cp -dR --no-preserve=ownership Azenis "$pkgdir"/usr/share/icons/Azenis
	find "$pkgdir" -type f -exec chmod 644 {} +
	find "$pkgdir" -type d -exec chmod 755 {} +
}