diff --git a/app-misc/scooter/Manifest b/app-misc/scooter/Manifest index 9b197a286a..dda6b6de57 100644 --- a/app-misc/scooter/Manifest +++ b/app-misc/scooter/Manifest @@ -1,2 +1,4 @@ DIST scooter-0.9.0-deps.tar.xz 29847044 BLAKE2B 5ff108af59408934f1a830b0c820247f94e5f1bed418394f4a900ad6916ef9d80aa5243c5ecac7ae8e4054024d311effe904f6935f0b8d94c1a011d7d076513b SHA512 5900b7bddd63ee9f27801cfc8afe9a7b95d399ceb0a847973e5c0c9345542cf97c6b16508cb54f613559c1e4c516a9aca8c9cb35a93bf17f70697ee0f5ddb7bb DIST scooter-0.9.0.tar.gz 2124761 BLAKE2B 7df2df33556205e23fcef91827295cc188d2b736d3efc630be31cfca8311b70036393de2b8eb31dadad9831542b44150b8d320bb33dd4074c0a460ec9ed09d37 SHA512 4ca11051b0379d465a94295c1247f589083e8b2540ab75ae8a25054f6cde241d47812763e9cd31207c39ad35b9cfc47e5948458d16667d112fcbf39c05b5454e +DIST scooter-0.9.1-deps.tar.xz 25152008 BLAKE2B a8d184aa5ba37eaa6673903e0036d947836918c648bb1329b461a32d0a87b4889199632f1041bea32a6bf0f391d79d382227da4d08c035728a4004f6b32d6a2e SHA512 baca396c5d875d27448f9b73729fd4533ff23132e3490ba70d0823ddb7179034fbdb298ce795c3bacede9ea64c856d864476fb2e16572b945f74c034950d3618 +DIST scooter-0.9.1.tar.gz 2133061 BLAKE2B 4900ce25fde1f90affff121051a400aeca6b5f5430ed367569843fbec08c91eababaf4a96051f8a414bc8f467c867d1fa634b9cb5cced489d9d18009d90456d6 SHA512 60eee30a0cf3e8946e7e9ff8cd7caa9b38c7965eb1c14cdb82c7c236c0a036817da6c2639ea15ca29f5a6e7b08a468cc2c58a874cce9ef85912f2ac5a55f09b0 diff --git a/app-misc/scooter/scooter-0.9.1.ebuild b/app-misc/scooter/scooter-0.9.1.ebuild new file mode 100644 index 0000000000..5d21b90655 --- /dev/null +++ b/app-misc/scooter/scooter-0.9.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2026 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 +}