Skip to content

Commit

Permalink
app-vim/frawor: new ebuild.
Browse files Browse the repository at this point in the history
frawor is a module Vim framework.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
monsieurp committed Dec 22, 2017
1 parent 5becf6b commit 18b967d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-vim/frawor/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2
16 changes: 16 additions & 0 deletions app-vim/frawor/frawor-0.2.3.ebuild
Original file line number Diff line number Diff line change
@@ -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"
11 changes: 11 additions & 0 deletions app-vim/frawor/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Vim Project</name>
</maintainer>
<upstream>
<remote-id type="bitbucket">ZyX_I/frawor</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 18b967d

Please sign in to comment.