gui-libs/nuklear - 4.10.5 (wayland-desktop)

Search

Install

Install this version:

emerge -a =gui-libs/nuklear-4.10.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-libs/nuklear-4.10.5

Or alternatively:

emerge --autounmask-write -a =gui-libs/nuklear-4.10.5

Package Information

Description:
single-header ANSI C cross platform GUI library
Homepage:
https://immediate-mode-ui.github.io/Nuklear/
License:
MIT Unlicense

Ebuild Details

Version EAPI Keywords Slot
4.10.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License

EAPI=8

inherit font

DESCRIPTION="single-header ANSI C cross platform GUI library"
HOMEPAGE="https://immediate-mode-ui.github.io/Nuklear/"

SRC_URI="https://github.com/Immediate-Mode-UI/Nuklear/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/Nuklear-${PV}
SLOT="0"

KEYWORDS="~amd64"
LICENSE="MIT Unlicense"

HTML_DOCS=( "doc/nuklear.html" )

src_install() {
	doheader nuklear.h
	dosym ../nuklear.h /usr/include/nuklear/nuklear.h
	FONT_SUFFIX="ttf" FONT_S="${S}/extra_font/" font_src_install
	einstalldocs
}

Inherited Eclasses

Manifest for 4.10.5

Type File Size Source URLs
DIST nuklear-4.10.5.tar.gz 2224744 bytes https://github.com/Immediate-Mode-UI/Nuklear/archive/refs/tags/4.10.5.tar.gz