summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9b443a37ab191c7d9e0ea4977caaf34938d6c106 (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-red-cursor-theme
pkgver=1.0
pkgrel=3
pkgdesc="Breeze Red 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-red-cursor-theme.zip")
makedepends=('unzip')

sha256sums=('8b952060fffffd0e704501dfb568779782517a649c897e7f5f5fff638a1b5b32')

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