27 lines
688 B
Bash
27 lines
688 B
Bash
# Template file for 'inih'
|
|
pkgname=inih
|
|
version=51
|
|
revision=1
|
|
wrksrc=inih-r${version}
|
|
build_style=meson
|
|
configure_args="-Ddistro_install=true -Ddefault_library=shared"
|
|
short_desc="Simple ini file parser library"
|
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/benhoyt/inih"
|
|
distfiles="${homepage}/archive/r${version}.tar.gz"
|
|
checksum=132361da6d3172760a40319722b50244aee1b7ce7077a0dd8805881e6a8ea4aa
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|
|
|
|
inih-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="inih-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|