mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
app-vim/vim-nix: Add new package
Signed-off-by: Marco Sirabella <marco@sirabella.org>
This commit is contained in:
12
app-vim/vim-nix/metadata.xml
Normal file
12
app-vim/vim-nix/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>marco@sirabella.org</email>
|
||||
<name>Marco Sirabella</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">LnL7/vim-nix</remote-id>
|
||||
<bugs-to>https://github.com/LnL7/vim-nix/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
14
app-vim/vim-nix/vim-nix-9999.ebuild
Normal file
14
app-vim/vim-nix/vim-nix-9999.ebuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3 vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: Vim configuration files for Nix"
|
||||
HOMEPAGE="https://github.com/LnL7/vim-nix"
|
||||
EGIT_REPO_URI="https://github.com/LnL7/vim-nix.git"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS=""
|
||||
|
||||
VIM_PLUGIN_MESSAGES="filetype"
|
||||
Reference in New Issue
Block a user