Skip to content

Commit

Permalink
app-vim/vim-jq: New package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Patrick McLean <[email protected]>
  • Loading branch information
chutz committed Feb 27, 2021
1 parent 749656b commit 270971f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-vim/vim-jq/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST vim-jq-0.0_pre20210226.tar.gz 5171 BLAKE2B 68894f6dca9ba338c572aed46128e3b9f8ed1e8cf390c43c3dc0850ad202535ac99fe9ed56a4a124c50986c1460ccf50efa8cfc057e27e1beacd52aeeec2c284 SHA512 2d6efa57a6fda08f0a92ee016cab388fb7f44443aa879dd196b837cde857b4dcaccd7d248ce10937b2c3e2efc53cfdbd3789c6a1bffed128fc34b3328fd2f548
8 changes: 8 additions & 0 deletions app-vim/vim-jq/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Patrick McLean</name>
</maintainer>
</pkgmetadata>
15 changes: 15 additions & 0 deletions app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

COMMIT_HASH="0076ef5424894e17f0ab17f4d025a3b519008134"
inherit vim-plugin

DESCRIPTION="vim plugin: Runtime files for app-misc/jq"
HOMEPAGE="https://github.com/bfrg/vim-jq"
SRC_URI="https://github.com/bfrg/vim-jq/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT_HASH}"

LICENSE="vim"
KEYWORDS="~amd64 ~x86"

0 comments on commit 270971f

Please sign in to comment.