mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/bt: new package, add 1.2.2
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
2
app-misc/bt/Manifest
Normal file
2
app-misc/bt/Manifest
Normal 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
|
||||
30
app-misc/bt/bt-1.2.2.ebuild
Normal file
30
app-misc/bt/bt-1.2.2.ebuild
Normal 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
12
app-misc/bt/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user