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

Search

Install

Install this version:

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

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

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

Or alternatively:

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

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
1.5 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

Manifest for 1.5

Type File Size Source URLs
DIST timu-caribbean-theme-v1.5.tar.bz2 1280253 bytes https://gitlab.com/aimebertrand/timu-caribbean-theme/-/archive/v1.5/timu-caribbean-theme-v1.5.tar.bz2