summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fd4b5ed7f93f631f72ee0b9edf10b66970da521f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)

pkgname=numix-cursor-theme
pkgver=1.1
pkgrel=1
pkgdesc="Numix cursor theme for Linux"
arch=('any')
url="https://numixproject.github.io"
license=('GPL3')
source=("https://github.com/numixproject/${pkgname}/releases/download/v${pkgver}/numix-cursor-${pkgver}.tar")
sha256sums=('SKIP')

package() {
  install -dm 755 "${pkgdir}/usr/share/icons"
  cp -dr --no-preserve='ownership' Numix-Cursor{,-Light} "${pkgdir}/usr/share/icons"
}