dev-libs/oocairo - 1.4 (stuff)

Search

Package Information

Description:
oocairo are Lua bindings to the cairo library.
Homepage:
https://github.com/awesomeWM/oocairo

Ebuild Details

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

EAPI="8"

[[ ${PV} == 9999 ]] && inherit git-r3

DESCRIPTION="oocairo are Lua bindings to the cairo library."
HOMEPAGE="https://github.com/awesomeWM/oocairo"

if [[ ${PV} == 9999 ]]; then
	EGIT_REPO_URI="https://github.com/awesomeWM/${PN}.git"
else
	SRC_URI="https://github.com/awesomeWM/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="MIT"
SLOT="0"

RDEPEND="dev-lang/lua
	x11-libs/cairo"
DEPEND="${RDEPEND}"

src_prepare() {
	default
	./autogen.sh
}

Dependencies

DEPEND

dev-lang/lua
	x11-libs/cairo

RDEPEND

dev-lang/lua
	x11-libs/cairo

Manifest for 1.4

Type File Size Source URLs
DIST oocairo-1.4.tar.gz 125671 bytes https://github.com/awesomeWM/oocairo/archive/v1.4.tar.gz