x11-themes/espresso-cream - 1.0.0 (headspace)

Search

Install

Install this version:

emerge -a =x11-themes/espresso-cream-1.0.0

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

autounmask =x11-themes/espresso-cream-1.0.0

Or alternatively:

emerge --autounmask-write -a =x11-themes/espresso-cream-1.0.0

Package Information

Description:
Espresso-Cream GTK theme
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 0
View Raw Ebuild
EAPI=8

DESCRIPTION="Espresso-Cream GTK theme"
HOMEPAGE=""
SRC_URI=""
RESTRICT="mirror fetch"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}"

src_install() {
	insinto /usr/share/themes/Espresso-Cream
	doins -r "${FILESDIR}"/*
}