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

### build a package out of ready-made directory
TARBALL= # none - internal copy
MD5SUM=  # none
SRC_URL= # none
BUNDLE=  # none

SLACKREQ='libinput' # and some incarnations of yad ... 

SLACKDESC="countmein: countmein $PKGVER (A keystroke & mouse click counter)  
countmein:  
countmein: Have you ever wondered how many keystrokes and/or mouse clicks
countmein: you perform daily? Now you can actually find out.
countmein: 
countmein: \"Count Me In!\" is a simple Bash/YAD script that sits in the system tray
countmein: and displays number of keystrokes/mouse clicks in the tooltip.
countmein: More detailed (per key/mouse button) statistics are also available.
countmein: 
countmein: 
countmein: 
"

# don't build, don't create package - we do it ourselves here
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes

### nothing to download
unset -f pkg_download

###
pkg_prepare() {
	: nothing to prepare
}

### package ready-made directory
pkg_package() {
	pkg_package_dir
}

### build
pkg_build() {
	: nothing to build
}
 
