Install this version:
emerge -a =app-misc/scooter-0.9.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/scooter-0.9.0
Or alternatively:
emerge --autounmask-write -a =app-misc/scooter-0.9.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.0 | 8 | ~amd64 | 0 |
# 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
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | scooter-0.9.0-deps.tar.xz | 29847044 bytes | https://gitlab.com/api/v4/projects/69517529/packages/generic/scooter/0.9.0/scooter-0.9.0-deps.tar.xz |
| DIST | scooter-0.9.0.tar.gz | 2124761 bytes | https://github.com/thomasschafer/scooter/archive/refs/tags/v0.9.0.tar.gz |