gui-apps/dtao - 9999 (sevz)

Search

Install

Install this version:

emerge -a =gui-apps/dtao-9999

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

autounmask =gui-apps/dtao-9999

Or alternatively:

emerge --autounmask-write -a =gui-apps/dtao-9999

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
}

Inherited Eclasses

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