### this file is sourced not run
PKGVER=5.2.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=fmt-$PKGVER.tar.gz
MD5SUM=eaf6e3c1b2f4695b9a612cedf17b509d
SRC_URL=https://github.com/fmtlib/fmt/archive/${PKGVER}.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="fmtlib: fmtlib $PKGVER (C++ formatting library)
fmtlib: 
fmtlib: {fmt} is an open-source formatting library for C++. It can be used as 
fmtlib: a safe and fast alternative to (s)printf and IOStreams.
fmtlib: 
fmtlib: https://github.com/fmtlib/fmt/
fmtlib: 
fmtlib: 
fmtlib: 
fmtlib: 
fmtlib:
"

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


