# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils git-r3 DESCRIPTION="Your friendly e-mail address validation library" HOMEPAGE="https://github.com/dertuxmalwieder/libvldmail" EGIT_REPO_URI="https://github.com/dertuxmalwieder/libvldmail.git" EGIT_COMMIT="b437fb76b11424a1d627758fc1b0812b4097b2a4" LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" src_configure() { cmake-utils_src_configure } src_install() { dolib.a "${BUILD_DIR}/libvldmail.a" doheader src/vldmail.h dodoc README.md dodoc CHANGES }