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

# source: james
TARBALL=utfcpp-$PKGVER.tar.gz
MD5SUM=8e0fe13266a7fa02f61340bf399986c3
SRC_URL=https://github.com/nemtrif/utfcpp/archive/refs/tags/v$PKGVER.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="libutfcpp: libutfcpp $PKGVER (UTF-8 for C++)
libutfcpp: 
libutfcpp: UTF8-CPP: UTF-8 with C++ in a Portable Way. This is a library to 
libutfcpp: handle UTF-8 encoded strings in C++, that works smoothly with STL 
libutfcpp: algorithms and iterators.
libutfcpp: 
libutfcpp: https://github.com/nemtrif/utfcpp
libutfcpp: 
libutfcpp: This is a header-only library.
libutfcpp: 
libutfcpp:
"

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


