summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-12-22 23:29:46 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-12-23 00:43:59 +0100
commit18b967d141859565e7eacce517b0824cb9430f39 (patch)
tree0797b769e06907fd6ac4bbec02a1091a5298065a /app-vim/frawor/frawor-0.2.3.ebuild
parentnet-ftp/uftpd: new package. (diff)
downloadgentoo-18b967d141859565e7eacce517b0824cb9430f39.tar.gz
gentoo-18b967d141859565e7eacce517b0824cb9430f39.tar.bz2
gentoo-18b967d141859565e7eacce517b0824cb9430f39.zip
app-vim/frawor: new ebuild.
frawor is a module Vim framework. Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-vim/frawor/frawor-0.2.3.ebuild')
-rw-r--r--app-vim/frawor/frawor-0.2.3.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild
new file mode 100644
index 000000000000..6a80c16a5951
--- /dev/null
+++ b/app-vim/frawor/frawor-0.2.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: modular vim framework"
+HOMEPAGE="https://bitbucket.org/ZyX_I/frawor"
+SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+# Tests rely on zsh. No.
+RESTRICT="test"