summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 88890a1f438450d4b7882863dfda10df8ca5f141 (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: scan

pkgname=numix-cursor-maia-git
pkgver=r14.95330c1
pkgrel=1
pkgdesc='Maia Colored Numix Cursor theme'
arch=('any')
url='https://github.com/mustafaozhan/Numix-Cursor-Maia'
license=('LGPL')
makedepends=('git')
source=('numix-cursor-maia::git+https://github.com/mustafaozhan/Numix-Cursor-Maia.git')
sha256sums=('SKIP')

pkgver() {
  cd numix-cursor-maia

  echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}

package() {
	install -d $pkgdir/usr/share/icons
	cp -r numix-cursor-maia $pkgdir/usr/share/icons/numix-cursor-maia
	find ${pkgdir} -type f -exec chmod 644 {} \;
	find ${pkgdir} -type d -exec chmod 755 {} \;
}