app-misc/scooter: new package, add 0.8.2

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-10-21 23:10:37 +03:00
parent b50aa26352
commit 71a86ecf6c
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST scooter-0.8.2-deps.tar.xz 21612948 BLAKE2B 31f6dcbeae2c820548940f23c0760606ad3ab0ad9f93f7523971913aa1c5a5049d3bdc5ea49c7998ddaa2cfd644c50374aa7a343c6f26c9798ec3e793703ea9f SHA512 035ead081105daf12822301a38843f0efe20398127c563ec965cbad03b071d45421ecdc5d6a6fcddf583036a492eaca531476020812ee91b02429580547ad9dd
DIST scooter-0.8.2.tar.gz 2017637 BLAKE2B c70f30c377bf59f244d8733c9bf29692eb13a233b00b4376823f0766a3a8e6f370c66f2390332e14c8076b9bf12b49b5f56dc477a15a97ebd67810cd6a86b1f4 SHA512 71f64b88191761b32ae74509467041ddf0000afe2a0ae68c1b6f81a402dc3d904b5f57069e704069137c555b5a585028c784bc21566debfa9d2b0d406028bd98

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Pavel Sobolev</name>
<email>contact@paveloom.dev</email>
</maintainer>
<upstream>
<bugs-to>https://github.com/thomasschafer/scooter/issues</bugs-to>
<remote-id type="github">thomasschafer/scooter</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# 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
}