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

# source: BLFS 11.3
TARBALL=inih-r56.tar.gz
MD5SUM=e27e394554d9f339b728035a5766d8f3
SRC_URL=https://github.com/benhoyt/inih/archive/r56/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libinih: libinih $PKGVER (.INI file parser)
libinih: 
libinih: inih (INI Not Invented Here) is a simple .INI file parser written in 
libinih: C. It's only a couple of pages of code, and it was designed to be 
libinih: small and simple, so it's good for embedded systems.
libinih: 
libinih: https://github.com/benhoyt/inih
libinih: 
libinih: 
libinih: 
libinih: 
"

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