gui-apps/dtao - 9999 (sevz)

Search

Package Information

Description:
dzen for Wayland
Homepage:
https://github.com/djpohly/dtao
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit git-r3

DESCRIPTION="dzen for Wayland"
HOMEPAGE="https://github.com/djpohly/dtao"
EGIT_REPO_URI="https://github.com/djpohly/dtao"

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	dev-libs/wayland
	x11-libs/pixman
	media-libs/fcft
"
DEPEND="${RDEPEND}"
BDEPEND="
	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	virtual/pkgconfig
	app-text/ronn-ng
"

src_install() {
	emake PREFIX="${ED}/usr" install
	einstalldocs
}

Dependencies

DEPEND

	dev-libs/wayland
	x11-libs/pixman
	media-libs/fcft

RDEPEND

	dev-libs/wayland
	x11-libs/pixman
	media-libs/fcft

BDEPEND

	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	virtual/pkgconfig
	app-text/ronn-ng