aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-12-07 21:21:13 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-12-14 12:00:51 +0500
commit5048a759b5461b9421cb3eea2872955826f39f1b (patch)
treeda01afe027ea9c5445774b6a95867d812f39b597 /app-vim
parentmedia-gfx/superslicer: fix installation is missing the logo (diff)
downloadguru-5048a759b5461b9421cb3eea2872955826f39f1b.tar.gz
guru-5048a759b5461b9421cb3eea2872955826f39f1b.tar.bz2
guru-5048a759b5461b9421cb3eea2872955826f39f1b.zip
app-vim/nim-syntax: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/nim-syntax/Manifest1
-rw-r--r--app-vim/nim-syntax/metadata.xml8
-rw-r--r--app-vim/nim-syntax/nim-syntax-1.1_p20211111.ebuild16
3 files changed, 25 insertions, 0 deletions
diff --git a/app-vim/nim-syntax/Manifest b/app-vim/nim-syntax/Manifest
new file mode 100644
index 000000000..1a3e6c682
--- /dev/null
+++ b/app-vim/nim-syntax/Manifest
@@ -0,0 +1 @@
+DIST nim-syntax-1.1_p20211111.tar.gz 11097 BLAKE2B 77bbf62b97f3ef467de9a24d9e6ff7068c5bd4a4acd1b2f2e5774663d0b4787bf7fb798d3fa8f998991fc182f24799b197b95041f8ef34e7f14a825d2b9fb192 SHA512 6c0aaae524aee6e5ea7fee7e0d0e1fcd4f15b72b5411873af28f6522e3ee7292f178168de9a0ef44e18feddb45f2f9af21115d84193c7b3346cf80884f4e0de9
diff --git a/app-vim/nim-syntax/metadata.xml b/app-vim/nim-syntax/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/app-vim/nim-syntax/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/app-vim/nim-syntax/nim-syntax-1.1_p20211111.ebuild b/app-vim/nim-syntax/nim-syntax-1.1_p20211111.ebuild
new file mode 100644
index 000000000..c5f299c82
--- /dev/null
+++ b/app-vim/nim-syntax/nim-syntax-1.1_p20211111.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+MY_PN="nim.vim"
+COMMIT="a15714fea392b0f06ff2b282921a68c7033e39a2"
+DESCRIPTION="vim plugin: nim language support"
+HOMEPAGE="https://github.com/zah/nim.vim https://www.vim.org/scripts/script.php?script_id=2632"
+SRC_URI="https://github.com/zah/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"