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

# source: james
TARBALL=fmt-$PKGVER.tar.gz
MD5SUM=2522ec65070c0bda0ca288677ded2831
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
}


