mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/tea: bump to 0.12.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST tea-0.11.1-deps.tar.xz 61415352 BLAKE2B 4b51262d362c86f7244a3520c0fa8f6c80b26f2ac872324b84eab30275bbde9f93482e4fb62f8b36d6dd1b792a689b9e8b1b479857ed4989812ed4d6271f0e3e SHA512 0fd3faca90fc1817eb2581baa77611c705a55a0c3866977355c3bdb8adfbf7d2b20c842681579f4cf78976420439cd628c78e1deaa296023601b4b19e27ca118
|
||||
DIST tea-0.11.1.gitea.tar.gz 742608 BLAKE2B 241a8dbe0839b7a3e63ee444677f669d556d4e0f8314bea1acaa743a5c4bdeaf0f1ea5fec00640889fbbd8574d454db34046f299d92122ab417c3e101ca8be6b SHA512 9c55c1c5a214ade0980071667d5d4ad8db552d04eb2a17c6af2be7d3c2f2f1b095eec60a570c10a72798cf1077411d0b4bca698c6d90bfa773d06a3fcbc4af9a
|
||||
DIST tea-0.12.0-deps.tar.xz 147074480 BLAKE2B 6ec0179b10c0eabc2b5283c8ad29d83bcb160ad86ab95ca38d361438af2a091eda9c0ae00f224a368f157eaa18602b3a89b48f83001e2c532eabb267bdd7284e SHA512 8e0117851c2498d19ee74d0bed934fd61fed3c3e346f352120485807451e349a8d646c735cdaf9c845d4881b9faa04146cd2cca9c1ad4cc11b1145b2e46a4483
|
||||
DIST tea-0.12.0.gitea.tar.gz 784864 BLAKE2B 18903bc7dbcb9d686361eb828e8b15c9e030ebb98dd2dc579ae4055c850dba687e9380fb6e5562f2d8230a443a80ee8f7057d9e0c8c38c7c51ca5aa1f299488d SHA512 e3f09b9260870e1bf1f3a17894cce7862a21fcf434d442c158c431cd42e9705b8a2f0d1bc1d470b6e362a063397c35b919696bce778a8f5742918100480b62a0
|
||||
|
||||
36
dev-util/tea/tea-0.12.0.ebuild
Normal file
36
dev-util/tea/tea-0.12.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1 go-module
|
||||
|
||||
DESCRIPTION="Command line tool to interact with Gitea server"
|
||||
HOMEPAGE="https://gitea.com/gitea/tea/"
|
||||
|
||||
SRC_URI="
|
||||
https://gitea.com/gitea/tea/archive/v${PV}.tar.gz
|
||||
-> ${P}.gitea.tar.gz
|
||||
https://dev.gentoo.org/~xgqt/distfiles/deps/${P}-deps.tar.xz
|
||||
"
|
||||
S="${WORKDIR}/tea"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DOCS=( CHANGELOG.md README.md )
|
||||
|
||||
src_compile() {
|
||||
ego build
|
||||
}
|
||||
|
||||
src_test() {
|
||||
ego test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin tea
|
||||
newbashcomp ./contrib/autocomplete.sh tea
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user