mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
app-vim/nim-syntax: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
app-vim/nim-syntax/Manifest
Normal file
1
app-vim/nim-syntax/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nim-syntax-1.1_p20211111.tar.gz 11097 BLAKE2B 77bbf62b97f3ef467de9a24d9e6ff7068c5bd4a4acd1b2f2e5774663d0b4787bf7fb798d3fa8f998991fc182f24799b197b95041f8ef34e7f14a825d2b9fb192 SHA512 6c0aaae524aee6e5ea7fee7e0d0e1fcd4f15b72b5411873af28f6522e3ee7292f178168de9a0ef44e18feddb45f2f9af21115d84193c7b3346cf80884f4e0de9
|
||||
8
app-vim/nim-syntax/metadata.xml
Normal file
8
app-vim/nim-syntax/metadata.xml
Normal file
@@ -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>
|
||||
16
app-vim/nim-syntax/nim-syntax-1.1_p20211111.ebuild
Normal file
16
app-vim/nim-syntax/nim-syntax-1.1_p20211111.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user