summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c162be2aed6a279adbe34d3c039f8661e189c9fa (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.1.0
pkgrel=2
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}.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}/"
}