### this file is sourced not run
PKGVER=0.5.1
PKGBUILD=1
PKGARCH=noarch

### dummy template: this package was prepared elsewhere, not built here.
TARBALL=Hackneyed-$PKGVER-pack.tar.bz2
MD5SUM=b9f6f3d376e8fa2ea7b4a3c7867de7e9
SRC_URL=https://github.com/Enthymem/hackneyed-x11-cursors/releases/download/$PKGVER/$TARBALL
BUNDLE=

CURSOR_PATH=/usr/share/icons
CURSOR_NAME=hackneyed

SLACKREQ=
SLACKDESC="cursor-$CURSOR_NAME: cursor-$CURSOR_NAME PKGVER (Cursor theme)
cursor-$CURSOR_NAME: 
cursor-$CURSOR_NAME: $CURSOR_NAME Hackneyed is a cursor theme inspired by the good old 
cursor-$CURSOR_NAME: Windows 3.x cursors and retains their best features -- high-contrast
cursor-$CURSOR_NAME: and sensible use of colors -- along with sizes fit for high 
cursor-$CURSOR_NAME: resolution screens; left-handed pointers are available, as well. 
cursor-$CURSOR_NAME: 
cursor-$CURSOR_NAME: https://github.com/Enthymem/hackneyed-x11-cursors
cursor-$CURSOR_NAME: 
cursor-$CURSOR_NAME: 
cursor-$CURSOR_NAME:
"

### standard pkg_download
### standard pkg_prepare
### standard pkg_package

pkg_build() {
	cd /tmp &&
	cp -r Hackneyed LHackneyed /usr/share/icons && # assume all good
	pkg_build_slackdesc
}
