dev-util/clib - 2.8.7 (kcning)

Search

Package Information

Description:
Package manager for the C programming language
Homepage:
https://github.com/clibs/clib
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.8.7 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

net-misc/curl

RDEPEND

net-misc/curl

Manifest for 2.8.7

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