diff options
Diffstat (limited to 'app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild')
-rw-r--r-- | app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild new file mode 100644 index 000000000000..73081b15731f --- /dev/null +++ b/app-emacs/gruvbox-theme/gruvbox-theme-1.30.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 +inherit elisp + +DESCRIPTION="Gruvbox is a retro groove color scheme, now in Emacs" +HOMEPAGE="https://github.com/greduan/emacs-theme-gruvbox/" + +SRC_URI="https://github.com/greduan/emacs-theme-gruvbox/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/emacs-theme-gruvbox-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=app-emacs/autothemer-0.2 +" +DEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" |