# Template file for 'libsodium' pkgname=libsodium version=1.0.8 revision=1 build_style=gnu-configure configure_args="lt_cv_prog_compiler_static_works=yes" short_desc="A modern and easy-to-use crypto library" maintainer="Juan RP " license="ISC" homepage="https://github.com/jedisct1/libsodium" distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz" checksum=c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926 post_install() { vlicense LICENSE } libsodium-devel_package() { short_desc+=" - development files" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/*.a vmove usr/lib/*.so vmove usr/lib/pkgconfig } }