dev-nim/opengl - 1.2.9 (guru)

Search

Package Information

Description:
x11 wrapper for Nim
Homepage:
https://github.com/nim-lang/opengl
License:
MIT

Ebuild Details

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

EAPI=8

inherit nimble

DESCRIPTION="x11 wrapper for Nim"
HOMEPAGE="https://github.com/nim-lang/opengl"
SRC_URI="https://github.com/nim-lang/opengl/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"

SLOT="0"

KEYWORDS="~amd64"
IUSE="examples"

DEPEND="dev-nim/x11"

src_install() {
	nimble_src_install

	if use examples; then
		dodoc -r examples
	fi
}

USE Flags

Dependencies

DEPEND

dev-nim/x11

Manifest for 1.2.9

Type File Size Source URLs
DIST opengl-1.2.9.tar.gz 102551 bytes https://github.com/nim-lang/opengl/archive/refs/tags/1.2.9.tar.gz