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

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

SLACKREQ='gdb python'
SLACKDESC="gdb-dashboard: gdb-dashboard $PKGVER (Modular UI for gdb)
gdb-dashboard: 
gdb-dashboard: This package contains configuration file which nables a configurable 
gdb-dashboard: dashboard showing the most relevant information during the program 
gdb-dashboard: execution. Its main goal is to reduce the number of GDB commands 
gdb-dashboard: issued to inspect the current program status allowing the programmer 
gdb-dashboard: to focus on the control flow instead.
gdb-dashboard: 
gdb-dashboard: https://github.com/cyrus-and/gdb-dashboard
gdb-dashboard: 
gdb-dashboard: To activate, read /etc/gdb/gdb-dashboard-README.md
"
# don't build, don't create package - we do it ourselves here
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes


###
pkg_download() {
	: nothing to download
}

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

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

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