Files
guru/app-misc/scooter/scooter-0.9.0.ebuild
Pavel Sobolev 03e0077c92 app-misc/scooter: add 0.9.0, drop 0.8.5
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2026-03-03 22:03:49 +03:00

23 lines
543 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cargo
DESCRIPTION="Interactive find-and-replace in the terminal"
HOMEPAGE="https://github.com/thomasschafer/scooter"
SRC_URI="
https://github.com/thomasschafer/scooter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
cargo_src_install --path scooter
dodoc README.md
}