aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-01-22 02:29:43 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-01-22 02:30:32 +0500
commit243f3f5666c44d00bf9cd88601d2c74eaa4d043e (patch)
tree34e09cb7bd8119bd32f1c953288ba891223fbd83
parentapp-vim/dracula: initial import (diff)
downloadguru-243f3f56.tar.gz
guru-243f3f56.tar.bz2
guru-243f3f56.zip
app-vim/tempus: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--app-vim/tempus/Manifest1
-rw-r--r--app-vim/tempus/metadata.xml11
-rw-r--r--app-vim/tempus/tempus-2.0.0.20210514.ebuild17
3 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/tempus/Manifest b/app-vim/tempus/Manifest
new file mode 100644
index 0000000000..7aa4d15cf0
--- /dev/null
+++ b/app-vim/tempus/Manifest
@@ -0,0 +1 @@
+DIST tempus-themes-vim-b720ee2d4c5588b5a27bb3544d3ded5ee1acab45.tar.gz 32983 BLAKE2B adc0420ac75c2cd7e11f92a59164d8eec6b2a179cc7b14dbdc4fa3de5a5d97587cb98d4fde6b42b072d55339826b17e4e7a527eab5dd0b4733a81bedb630ab49 SHA512 f0401d5ed86a512bab2ef730aecfbcf34c4f35fc5a4de515340e58db05b18d09440986185129893c85ef8122b371e1403308552f0b1e940859fb2304518486bf
diff --git a/app-vim/tempus/metadata.xml b/app-vim/tempus/metadata.xml
new file mode 100644
index 0000000000..349c746920
--- /dev/null
+++ b/app-vim/tempus/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">protesilaos/tempus-themes-vim</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-vim/tempus/tempus-2.0.0.20210514.ebuild b/app-vim/tempus/tempus-2.0.0.20210514.ebuild
new file mode 100644
index 0000000000..a5fa58853e
--- /dev/null
+++ b/app-vim/tempus/tempus-2.0.0.20210514.ebuild
@@ -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 )