Skip to content

Commit

Permalink
app-text/jo: Add live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Apr 15, 2020
1 parent 1d3e631 commit 091b330
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions app-text/jo/jo-99999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit autotools bash-completion-r1 git-r3

DESCRIPTION="JSON output from a shell"
HOMEPAGE="https://github.com/jpmens/jo"
EGIT_REPO_URI="https://github.com/jpmens/${PN}"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""

src_prepare() {
default
eautoreconf
}

src_configure() {
export bashcompdir=$(get_bashcompdir)
default
}

src_install() {
default
mv "${ED}/$(get_bashcompdir)"/jo{.bash,} || die
}

0 comments on commit 091b330

Please sign in to comment.