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

# source: james
TARBALL=kicad-templates-$PKGVER.tar.bz2
MD5SUM=f66a4be1f0fbafd71b77506eeafdb938
SRC_URL=https://gitlab.com/kicad/libraries/kicad-templates/-/archive/$PKGVER/$TARBALL
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: https://www.kicad.org/libraries/download/
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
}


