| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.4 | 7 | amd64 x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Mozilla's Universal Charset Detector C/C++ API"
HOMEPAGE="https://github.com/Joungkyun/libchardet"
SRC_URI="https://github.com/Joungkyun/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MPL-1.1 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
}
${DEPEND}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libchardet-1.0.4.tar.gz | 479140 bytes | https://github.com/Joungkyun/libchardet/archive/1.0.4.tar.gz |