aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/browsh-bin/browsh-bin-1.6.4.ebuild')
-rw-r--r--www-client/browsh-bin/browsh-bin-1.6.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/www-client/browsh-bin/browsh-bin-1.6.4.ebuild b/www-client/browsh-bin/browsh-bin-1.6.4.ebuild
deleted file mode 100644
index cf051ff22..000000000
--- a/www-client/browsh-bin/browsh-bin-1.6.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="A fully-modern text-based browser, rendering to TTY and browsers"
-HOMEPAGE="https://brow.sh"
-SRC_URI="https://github.com/browsh-org/browsh/releases/download/v${PV}/browsh_${PV}_linux_amd64.deb"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-
-src_configure() {
- unpack_deb "${DISTDIR}"/browsh_"${PV}"_linux_amd64.deb
-}
-
-src_install() {
- dobin "${WORKDIR}"/usr/local/bin/browsh
-}