summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-18 08:41:43 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-18 09:17:54 +0200
commitca9380904537653c6dff002350baa3b191ec53b0 (patch)
tree943acbd3513b137358aa614ad8686d7629624638 /app-shells/posh/posh-0.13.2.ebuild
parentgentoo/profiles: Mask clang in 13.0 arm profiles (diff)
downloadgentoo-ca9380904537653c6dff002350baa3b191ec53b0.tar.gz
gentoo-ca9380904537653c6dff002350baa3b191ec53b0.tar.bz2
gentoo-ca9380904537653c6dff002350baa3b191ec53b0.zip
app-shells/posh: Bump to 0.13.2 (bugfix)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/posh/posh-0.13.2.ebuild')
-rw-r--r--app-shells/posh/posh-0.13.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-shells/posh/posh-0.13.2.ebuild b/app-shells/posh/posh-0.13.2.ebuild
new file mode 100644
index 000000000000..5eb687e80303
--- /dev/null
+++ b/app-shells/posh/posh-0.13.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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+ BSD public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+
+src_configure() {
+ local myconf=(
+ --exec-prefix="${EPREFIX:-/}"
+ )
+ econf "${myconf[@]}"
+}