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

# source: james
TARBALL=libdatrie-$PKGVER.tar.xz
MD5SUM=e26b5aa008b5f3588ab38d2dce9e9325
SRC_URL=https://github.com/tlwg/libdatrie/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libdatrie: libdatrie $PKGVER (Trie C Library)
libdatrie: 
libdatrie: This is an implementation of double-array structure for representing 
libdatrie: trie, as proposed by Junichi Aoe [1]. Trie is a data structure that 
libdatrie: provides efficient incremental matching, independent of database 
libdatrie: size. It only takes O(m) search time, where m is the length of the 
libdatrie: search string. It is comparably as efficient as hashing.
libdatrie: 
libdatrie: https://github.com/tlwg/libdatrie
libdatrie: https://linux.thai.net/~thep/datrie/datrie.html
libdatrie: 
"

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


