# Template file for 'c-ares' pkgname=c-ares version=1.34.6 revision=1 build_style=gnu-configure checkdepends="iana-etc" short_desc="Library for asynchronous DNS requests" maintainer="Duncaen " license="MIT" homepage="https://c-ares.org/" changelog="https://c-ares.org/changelog.html" distfiles="https://github.com/c-ares/c-ares/releases/download/v${version}/c-ares-${version}.tar.gz" checksum=912dd7cc3b3e8a79c52fd7fb9c0f4ecf0aaa73e45efda880266a2d6e26b84ef5 make_check=ci-skip # segfaults only on CI post_install() { vlicense LICENSE.md LICENSE } c-ares-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" vmove "usr/lib/*.so" vmove usr/lib/pkgconfig vmove usr/share/man/man3 } }