summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b5e7831fd471a88646bb322eeb8f0b341d5d7358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Jeremy Pope <jpope at jpope dot org> PGP-Key: E00B4261
pkgname=breeze-purple-cursor-theme
pkgver=1.0
pkgrel=3
pkgdesc="Breeze Purple cursor theme."
arch=('any')
url="https://kver.wordpress.com/2015/01/09/curses-i-mean-cursors/"
license=('GPL')
source=("https://code.jpope.org/jpope/breeze_cursor_sources/raw/master/breeze-purple-cursor-theme.zip")
makedepends=('unzip')

sha256sums=('ed7944b0175b455b5ebce8b0937936a5defda992f54830d5ef98b90a8d422b11')

package() {
    cd $srcdir/Breeze_Purple
    install -d $pkgdir/usr/share/icons/Breeze_Purple
    cp -rf *   $pkgdir/usr/share/icons/Breeze_Purple
    chmod -R 644 $pkgdir/usr/share/icons/Breeze_Purple/*
    chmod 755 $pkgdir/usr/share/icons/Breeze_Purple
    chmod 755 $pkgdir/usr/share/icons/Breeze_Purple/cursors
}