app-misc/fetsh: Version bump (1.6)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
Matthias Coppens
2020-08-21 21:43:31 +02:00
parent 027a009534
commit 25f1ee224d
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST fet.sh-1.5.tar.gz 29363 BLAKE2B dc864b3db1a3bffd798cd37d7b116682929ccdf111be26c91f2b61e4a14732b6220c97aeaf244179a31eb6e05e73596efd846f0a16712076c0587df0ad3f9a16 SHA512 6a974cc2bf4eb7d4fc513229bc94daac3bc4a1f38e5af8898af8bee25bd88e20883d839b786444452c2dc4a58eeebc433b60047d5849ce404ae9775cc39451eb
DIST fet.sh-1.6.tar.gz 145379 BLAKE2B a906cf9bec877e6b1013eea33be5f5b1aef82c20921b4d5a47db36b3682a98ca4354f03f1e467181aa249ef63fae3814f9496a7ef202e7080bc68d64c443f5d1 SHA512 8d74b00a47d1ab50f3b7909cf2e7558b908587d7f5872b221812dfaae98b4f7f894dd2899dd9e2f760e4243cabdd594c8a1901cafbf2fac6f6e39fa6fd802fe2

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2020 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"
src_install() {
dobin fet.sh
}