dev-libs/modest - 0.0.6 (nest)

Search

Package Information

Description:
Fast HTML renderer
Homepage:
https://github.com/lexborisov/modest
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
0.0.6 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

COMMIT="2540a03259fc62fe15f47e85c20b2eedd5af66de"

DESCRIPTION="Fast HTML renderer"
HOMEPAGE="https://github.com/lexborisov/modest"
SRC_URI="https://github.com/lexborisov/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN^}-${COMMIT}"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DOCS=( {CHANGELOG,README}.md )

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="$CFLAGS -Wno-variadic-macros -ffat-lto-objects" \
		prefix=/usr PROJECT_INSTALL_LIBRARY="$(get_libdir)" \
		MODEST_LDFLAGS="-Wl,-soname,lib${PN}-${PV:0:1}.so"
}

src_install() {
	einstalldocs
	emake prefix="${ED}"/usr PROJECT_INSTALL_LIBRARY="$(get_libdir)" install
}

Manifest for 0.0.6

Type File Size Source URLs
DIST modest-0.0.6.tar.gz 1833140 bytes https://github.com/lexborisov/modest/archive/2540a03259fc62fe15f47e85c20b2eedd5af66de.tar.gz