mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
app-vim/tempus: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
17
app-vim/tempus/tempus-2.0.0.20210514.ebuild
Normal file
17
app-vim/tempus/tempus-2.0.0.20210514.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT="b720ee2d4c5588b5a27bb3544d3ded5ee1acab45"
|
||||
DESCRIPTION="Accessible themes for Vim"
|
||||
HOMEPAGE="https://protesilaos.com/tempus-themes/"
|
||||
SRC_URI="https://gitlab.com/protesilaos/${PN}-themes-vim/-/archive/${COMMIT}/${PN}-themes-vim-${COMMIT}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-themes-vim-${COMMIT}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( CONTRIBUTING.md README.md )
|
||||
Reference in New Issue
Block a user