# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Package manager for the C programming language." HOMEPAGE="https://github.com/clibs/clib" SRC_URI="https://github.com/clibs/${PN}/archive/${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=net-misc/curl-7" RDEPEND="${DEPEND}" BDEPEND="" src_install() { dobin clib dobin clib-install dobin clib-search dobin clib-init }