app-misc/scooter - 0.9.1 (guru)

Search

Install

Install this version:

emerge -a =app-misc/scooter-0.9.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/scooter-0.9.1

Or alternatively:

emerge --autounmask-write -a =app-misc/scooter-0.9.1

Package Information

Description:
Interactive find-and-replace in the terminal
Homepage:
https://github.com/thomasschafer/scooter
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.9.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

RUST_MIN_VER="1.88.0"

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
}

Inherited Eclasses

Manifest for 0.9.1

Type File Size Source URLs
DIST scooter-0.9.1-deps.tar.xz 25152008 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/scooter/0.9.1/scooter-0.9.1-deps.tar.xz
DIST scooter-0.9.1.tar.gz 2133061 bytes https://github.com/thomasschafer/scooter/archive/refs/tags/v0.9.1.tar.gz