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

### dummy template: this package was prepared elsewhere, not built here.
TARBALL=Hackneyed-$PKGVER-pack.tar.bz2
MD5SUM=f2a0c30ce226a51dc2efb39475a9238d
SRC_URL=https://gitlab.com/Enthymeme/hackneyed-x11-cursors/uploads/df23f0cc5344a446cbfa3aecff559472/Hackneyed-0.6-pack.tar.bz2
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://gitlab.com/Enthymeme/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
}
