summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-17 14:37:10 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-17 15:06:20 +0100
commit7809a56ccf9d6718844aca458c160ee45ea3ed7a (patch)
tree41c423800abc55652082903aaa90303de35ea8cd /app-shells/posh/posh-0.13.1.ebuild
parentapp-emulation/virtualbox-modules: Re-added accidentally dropped patch. (diff)
downloadgentoo-7809a56ccf9d6718844aca458c160ee45ea3ed7a.tar.gz
gentoo-7809a56ccf9d6718844aca458c160ee45ea3ed7a.tar.bz2
gentoo-7809a56ccf9d6718844aca458c160ee45ea3ed7a.zip
app-shells/posh: Bump to 0.13.1
Diffstat (limited to 'app-shells/posh/posh-0.13.1.ebuild')
-rw-r--r--app-shells/posh/posh-0.13.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-shells/posh/posh-0.13.1.ebuild b/app-shells/posh/posh-0.13.1.ebuild
new file mode 100644
index 000000000000..b9d6fe69c69b
--- /dev/null
+++ b/app-shells/posh/posh-0.13.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
+HOMEPAGE="https://salsa.debian.org/clint/posh"
+SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+
+S=${WORKDIR}/posh
+
+src_configure() {
+ local myconf=(
+ --exec-prefix="${EPREFIX:-/}"
+ )
+ econf "${myconf[@]}"
+}