diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-shells/fish-2.7.1 | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-shells/fish-2.7.1')
-rw-r--r-- | app-shells/fish-2.7.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-shells/fish-2.7.1 b/app-shells/fish-2.7.1 new file mode 100644 index 000000000000..c0b131fe2b46 --- /dev/null +++ b/app-shells/fish-2.7.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst test +DEPEND=>=dev-libs/libpcre2-10.21[pcre32] sys-libs/ncurses:0= sys-devel/bc nls? ( sys-devel/gettext ) test? ( dev-tcltk/expect ) +DESCRIPTION=Friendly Interactive SHell +EAPI=6 +HOMEPAGE=http://fishshell.com/ +IUSE=nls test +KEYWORDS=amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +LICENSE=GPL-2 +RDEPEND=>=dev-libs/libpcre2-10.21[pcre32] sys-libs/ncurses:0= +SLOT=0 +SRC_URI=https://github.com/fish-shell/fish-shell/releases/download/2.7.1/fish-2.7.1.tar.gz +_md5_=f542400116b7407d6fd7625fcf242ee5 |