| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.0 | 7 | ~amd64 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Parallel cmd processing utility"
HOMEPAGE="https://github.com/ParaFly/ParaFly"
SRC_URI="https://github.com/ParaFly/ParaFly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-BroadInstitute"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/ParaFly-${PV}"
src_configure(){
./configure --prefix="${EPREFIX}"/usr
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | parafly-0.1.0.tar.gz | 233214 bytes | https://github.com/ParaFly/ParaFly/archive/v0.1.0.tar.gz |