summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dced825aa0657671a9fd62949e60f5c2e7810e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id$
# Maintainer: Travis Glenn Hansen <travisghansen@yahoo.com>

pkgname=xcursor-jaguarx
pkgver=1.1
pkgrel=6
pkgdesc="animated OSX-style mouse cursors"
arch=('any')
url="https://www.gnome-look.org/p/999877/"
license=('PerlArtistic')
groups=()
depends=()
source=('https://package-repo.onegear.co/raw/14775-jaguarx.tar.bz2')
md5sums=('bda85cac7a92327086249f3fbc8be08d')

package() {
    cd "${srcdir}"
    install -d "${pkgdir}/usr/share/icons/jaguarx/cursors"
    cp -a jaguarx/cursors/* "${pkgdir}"/usr/share/icons/jaguarx/cursors
    install -Dm644 jaguarx/index.theme "${pkgdir}"/usr/share/icons/jaguarx/index.theme
}