app-misc/fetsh - 1.9 (guru)

Search

Install

Install this version:

emerge -a =app-misc/fetsh-1.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/fetsh-1.9

Or alternatively:

emerge --autounmask-write -a =app-misc/fetsh-1.9

Package Information

Description:
A fetch written in POSIX shell without any external commands
Homepage:
https://github.com/6gk/fet.sh
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.9 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="A fetch written in POSIX shell without any external commands"
HOMEPAGE="https://github.com/6gk/fet.sh"

case "${PV}" in
	9999)
		inherit git-r3
		EGIT_REPO_URI="https://github.com/6gk/fet.sh.git"
		;;
	*)
		P0="fet.sh-${PV}"
		SRC_URI="https://github.com/6gk/fet.sh/archive/v${PV}.tar.gz -> ${P0}.tar.gz"
		S="${WORKDIR}/${P0}"
		KEYWORDS="~amd64"
esac

LICENSE="ISC"
SLOT="0"

RESTRICT="mirror"

src_install() {
	dobin fet.sh
}

Inherited Eclasses

Manifest for 1.9

Type File Size Source URLs
DIST fet.sh-1.9.tar.gz 145980 bytes https://github.com/6gk/fet.sh/archive/v1.9.tar.gz