summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 463f81fd410c8e8a04a65b19d668f87ebcbcf744 (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
# Maintainer: Ali Nabipour <alinabipour01@gmail.com>

pkgname=cutefish-cursor-themes-git
_pkgname=cutefish-cursor-themes
pkgver=0.7
pkgrel=1
pkgdesc="Cutefish cursor dark/light themes"
arch=('any')
url="https://github.com/cutefishos/cursor-themes"
license=('GPL')
groups=('cutefish-git')
depends=()
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url.git")
sha512sums=('SKIP')

# pkgver() {
#   cd cursor-themes
#   git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
# }

package() {
  cd cursor-themes
	install -d "$pkgdir/usr/share/icons"
	cp -r cutefish-dark cutefish-light "$pkgdir/usr/share/icons"
}