summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6d3551e6ca08de1c16dacea5862d2334ff87cf89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: nullgemm <nullgemm@mailbox.org>
pkgname=microstorm
pkgver=0.2.0
pkgrel=1
pkgdesc="minimal cursor theme without shadows"
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/nullgemm/cursoryx"
license=('custom:WTFPL')
makedepends=('unzip')
source=("https://github.com/nullgemm/cursoryx/releases/download/v${pkgver}/${pkgname}_linux.zip")
sha256sums=('SKIP')

package() {
	install -d "${pkgdir}/usr/share/icons/${pkgname}"
	cp -rf "${srcdir}/${pkgname}/index.theme" "${pkgdir}/usr/share/icons/${pkgname}/"
	cp -rf "${srcdir}/${pkgname}/cursors" "${pkgdir}/usr/share/icons/${pkgname}/"
}