summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9156a4b1faa180eefe7aa22ad9d88fef146cb032 (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
# Maintainer: Daniel Lima <danielmariodelima@gmail.com>

pkgname=xcursor-capitaine-git
conflicts=('xcursor-capitaine'
           'capitaine-cursors')
pkgver=2.1.r2.g3ae9ace
pkgrel=1
pkgdesc='Capitaine Cursors - an x-cursor theme inspired by macOS and based on KDE Breeze'
arch=('any')
url='https://krourke.org/projects/art/capitaine-cursors'
license=('LGPLv3')
source=(git+https://github.com/keeferrourke/capitaine-cursors)
md5sums=('SKIP')

pkgver() {
	cd $srcdir/capitaine-cursors
	git describe --tags | sed 's/^r//;s/-/.r/;s/-/./g'
}

package() {
	cd $srcdir/capitaine-cursors
	install -d $pkgdir/usr/share/icons/
	cp -pr $srcdir/capitaine-cursors/dist/ $pkgdir/usr/share/icons/capitaine-cursors
}