diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-11-04 23:56:02 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-04 23:56:48 +0100 |
commit | ad1cc56d2074a234cffa37e9e3268649cfda9ad6 (patch) | |
tree | 0d48dd63e7bc2e99daf97fac2b1c60575b4a5fcb /app-vim/pfsyntax/pfsyntax-1.3.ebuild | |
parent | sys-apps/inxi: Bump to 2.3.43 and add use flags (diff) | |
download | gentoo-ad1cc56d2074a234cffa37e9e3268649cfda9ad6.tar.gz gentoo-ad1cc56d2074a234cffa37e9e3268649cfda9ad6.tar.bz2 gentoo-ad1cc56d2074a234cffa37e9e3268649cfda9ad6.zip |
app-vim/pfsyntax: new ebuild.
Plugin to add Packet Filter syntax file highlighting to Vim.
Closes: https://bugs.gentoo.org/279943
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-vim/pfsyntax/pfsyntax-1.3.ebuild')
-rw-r--r-- | app-vim/pfsyntax/pfsyntax-1.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/pfsyntax/pfsyntax-1.3.ebuild b/app-vim/pfsyntax/pfsyntax-1.3.ebuild new file mode 100644 index 000000000000..734f5d503723 --- /dev/null +++ b/app-vim/pfsyntax/pfsyntax-1.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 + +MY_PN="pf.vim" + +DESCRIPTION="vim plugin: pf syntax highlighting for vim" +HOMEPAGE="https://github.com/vim-scripts/pf.vim" +SRC_URI="https://github.com/vim-scripts/pf.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_PN}-${PV}" |