| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.8.7 | 8 | ~amd64 ~x86 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Package manager for the C programming language"
HOMEPAGE="https://github.com/clibs/clib"
SRC_URI="https://github.com/clibs/clib/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="net-misc/curl"
RDEPEND="${DEPEND}"
src_install() {
emake PREFIX="${D}"/usr install
}
net-misc/curl
net-misc/curl
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | clib-2.8.7.tar.gz | 181437 bytes | https://github.com/clibs/clib/archive/refs/tags/2.8.7.tar.gz |