app-emacs/timu-caribbean-theme - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/timu-caribbean-theme-9999

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

autounmask =app-emacs/timu-caribbean-theme-9999

Or alternatively:

emerge --autounmask-write -a =app-emacs/timu-caribbean-theme-9999

Package Information

Description:
Color theme with cyan as a dominant color
Homepage:
https://gitlab.com/aimebertrand/timu-caribbean-theme
License:
MIT

Ebuild Details

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

EAPI=8

NEED_EMACS=27.1

inherit elisp

DESCRIPTION="Color theme with cyan as a dominant color"
HOMEPAGE="https://gitlab.com/aimebertrand/timu-caribbean-theme"

if [[ "${PV}" = *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://gitlab.com/aimebertrand/${PN}.git"
else
	SRC_URI="https://gitlab.com/aimebertrand/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
	S="${WORKDIR}/${PN}-v${PV}"
	KEYWORDS="~amd64"
fi

LICENSE="MIT"
SLOT="0"

SITEFILE="50${PN}-gentoo.el"

Inherited Eclasses