summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3729e21725cc2222908841f7e8b54fede40560f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Nico Domino <yo at ndo dot dev>
pkgname=('rose-pine-hyprcursor')
pkgbase=rose-pine-hyprcursor
pkgver=v0.3.2.r0.d2c0e680
pkgrel=1
arch=('any')
url="https://github.com/ndom91/rose-pine-hyprcursor"
license=('GPL-3.0-or-later')
makedepends=('git')
source=('git+https://github.com/ndom91/rose-pine-hyprcursor')
sha256sums=('SKIP')

package() {
  cd rose-pine-hyprcursor || return
  install -d "$pkgdir/usr/share/icons/rose-pine-hyprcursor"
  cp -ar --no-preserve=ownership \
    hyprcursors \
    manifest.hl \
    "$pkgdir/usr/share/icons/rose-pine-hyprcursor"
}