mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 20:30:58 +02:00
httptoolkit-bin: delete, not exactly that I wanted
This commit is contained in:
parent
ae5c8040ba
commit
8486c0ee47
3 changed files with 0 additions and 46 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST HTTPToolkit-linux-x64-1.1.0.zip 113742752 BLAKE2B cc52a7c99aa1c6f5f82fcd6f08dbed23c1ffbf93dc004d302c6c339dbe9a547b51965b0aad80312cb6dfe86cc84386677d87fa95d2f11807b2da38ef6ceda1b2 SHA512 5653efd58377de27ac0aa2e1c90b2a346c321fda067df8541cfa98906e5dbec7d1a23903063cf67c15d407f7f6183bce13a3ca2a0394cb98083b47ca47cd296b
|
||||
DIST HTTPToolkit-linux-x64-1.3.0.zip 115238560 BLAKE2B 46a477838bc11f8e2e699daec53e3319c3aac5a4b5dd69add27ea88f3a2b09d59017261307cc3ff0be4535145d1f63c70323b5a8eb313a5de052008cb4a5852a SHA512 596c9f3bd76b41a280ade8825bc7d9d7c118e75f3475a44142df270499430b43fb227bc736c873e4a058bab963867e5fc944ed97d00c7cbbeb6de13cc92d78ab
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="httptoolkit"
|
||||
|
||||
DESCRIPTION="Intercept & view all your HTTP(S) Mock endpoints"
|
||||
HOMEPAGE="https://github.com/httptoolkit/httptoolkit.tech"
|
||||
SRC_URI="https://github.com/${MY_PN}/${MY_PN}-desktop/releases/download/v${PV}/HTTPToolkit-linux-x64-${PV}.zip"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
dodir /opt/${MY_PN}
|
||||
cp -R "${S}"/* "${D}"/opt/${MY_PN} || die "Copy files failed"
|
||||
dosym "${EPREFIX}"/opt/${MY_PN}/${MY_PN} /usr/bin/${MY_PN}
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="httptoolkit"
|
||||
|
||||
DESCRIPTION="Intercept & view all your HTTP(S) Mock endpoints"
|
||||
HOMEPAGE="https://github.com/httptoolkit/httptoolkit.tech"
|
||||
SRC_URI="https://github.com/${MY_PN}/${MY_PN}-desktop/releases/download/v${PV}/HTTPToolkit-linux-x64-${PV}.zip"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
dodir /opt/${MY_PN}
|
||||
cp -R "${S}"/* "${D}"/opt/${MY_PN} || die "Copy files failed"
|
||||
dosym "${EPREFIX}"/opt/${MY_PN}/${MY_PN} /usr/bin/${MY_PN}
|
||||
}
|
||||
Loading…
Reference in a new issue