# $Id$ PNAME="libpsl" PVER="0.20.2" PBUILD="r1" PCAT="net-libs" DESCRIPTION="C library for the Public Suffix List." HOMEPAGE="https://github.com/rockdaboot/libpsl" DEPEND=">= net-dns/libidn-1.35 >= dev-libs/icu-63.1" SDEPEND=">= sys-dev/gettext-0.18 >= dev-util/pkgconfig-0.25 >= dev-util/intltool-0.50 >= dev-libs/libxslt-1.1" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}" sminclude multilib mbuild SRC_URI=( https://github.com/rockdaboot/${PNAME}/archive/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/rockdaboot/${PNAME}/releases | highesttarball gz" src_compile() { mconfigure --disable-gtk-doc || die mmake || die }