app-shells/zsh-async - 9999 (nitratesky)

Search

Package Information

Description:
Asynchronous jobs for ZSH
Homepage:
https://github.com/mafredri/zsh-async

Ebuild Details

Version EAPI Keywords Slot
9999 6 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Asynchronous jobs for ZSH"
HOMEPAGE="https://github.com/mafredri/zsh-async"
if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	KEYWORDS=""
	EGIT_REPO_URI="https://github.com/mafredri/zsh-async.git"
else
	SRC_URI="https://github.com/mafredri/zsh-async/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="MIT"
SLOT="0"
IUSE=""

DEPEND=">=app-shells/zsh-5.0"
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
	insinto "/usr/share/zsh/site-contrib/${PN}"
	doins "${S}/async.zsh"
}

Dependencies

DEPEND

>=app-shells/zsh-5.0

RDEPEND

>=app-shells/zsh-5.0