summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 05c7de4cc540b44d51e14860b1d3fb16c688d5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#Maintainer: Jeremy Marlow <i3_arch[at]archlinux.info>
#Contributor: KUDUK - Original Theme By TYCUS

pkgname=xcursor-neo-alien
pkgver=2016.11.11
pkgrel=1
pkgdesc="Neo Alien cursor theme"
arch=('any')
license=('LGPL')
source=("https://raw.githubusercontent.com/i3-Arch/PKGBUILD/master/xcursor-neo-alien/NeoAlien.tar.gz")
md5sums=('accce3f87112c30ecc328f7ccef6b70c')
url="https://store.kde.org/p/999841/"

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