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

# source: james
TARBALL=kicad-templates-$PKGVER.tar.gz
MD5SUM=d8a5c09a33588a73eb8552c83bdb0381
SRC_URL=https://github.com/KiCad/kicad-templates/archive/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='kicad' 
SLACKDESC="kicad-templates: kicad-templates $PKGVER (Kicad Data Files)
kicad-templates: 
kicad-templates: This package contains the the official KiCad project template
kicad-templates: libraries. Please use matching kicad version.
kicad-templates: 
kicad-templates: http://kicad-pcb.org/download/source/
kicad-templates: 
kicad-templates: 
kicad-templates: 
kicad-templates: 
kicad-templates: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_cmake &&
	pkg_build_slackdesc
}


