diff options
Diffstat (limited to 'app-text/the-platinum-searcher-bin/the-platinum-searcher-bin-2.2.0.ebuild')
-rw-r--r-- | app-text/the-platinum-searcher-bin/the-platinum-searcher-bin-2.2.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/the-platinum-searcher-bin/the-platinum-searcher-bin-2.2.0.ebuild b/app-text/the-platinum-searcher-bin/the-platinum-searcher-bin-2.2.0.ebuild new file mode 100644 index 000000000..a7092781f --- /dev/null +++ b/app-text/the-platinum-searcher-bin/the-platinum-searcher-bin-2.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Fast CLI search tool, faster than grep, ack, silver_searcher (ag)" +HOMEPAGE="https://github.com/monochromegane/the_platinum_searcher" +SRC_URI="https://github.com/monochromegane/the_platinum_searcher/releases/download/v${PV}/pt_linux_amd64.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +S="${WORKDIR}/pt_linux_amd64" + +src_install() { + dobin pt +} |