app-misc/bt: new package, add 1.2.2

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-10-22 13:27:49 +03:00
parent 43444f207c
commit 2cfe55d82e
3 changed files with 44 additions and 0 deletions

2
app-misc/bt/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST bt-1.2.2-deps.tar.xz 1626800 BLAKE2B 004ccea42f658615f0ec2b0e1c227116f45bd9ca816c5c73058e7fe0ed0cffe0ee37444fac2fe725ac986e722fbc499f390636b6a0ecd67091560b4c0d2d8255 SHA512 5e490550b9492ad98a4fba1cbc4fb6d6e14c5b820a6de0702c203b5184a77cbbed9c4671fc77b9f2ba9ffed433f89d310c79199f0af0068fcfb252293fcb32fe
DIST bt-1.2.2.tar.gz 4987897 BLAKE2B 781dd37a0a28d56aaff80c0757a22a8c8d46d2f1db38689383bbe517ded3e4bbaa7cc537912488f97a7ea7c41886c699ee192633364ac382c8a8c0a3d7e40a84 SHA512 6b9eb645f17af25611018d5d6bb3abd1addd2286e44385613efe857d64d579c72e454691d43c92af16112abed5a6f81c3e0cbe2a30e0067ce9ef55a8c92caec2

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Interactive tree-like terminal file manager"
HOMEPAGE="https://github.com/LeperGnome/bt"
SRC_URI="
https://github.com/LeperGnome/bt/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_compile() {
ego build ./cmd/bt
}
src_test() {
ego test ./...
}
src_install() {
dobin ${PN}
dodoc README.md
}

12
app-misc/bt/metadata.xml Normal file
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/LeperGnome/bt/issues</bugs-to>
<remote-id type="github">LeperGnome/bt</remote-id>
</upstream>
</pkgmetadata>