mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
net-dialup/tio: add 3.6
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
parent
7a1baa3e1f
commit
4f501475b4
@ -1 +1,2 @@
|
||||
DIST tio-3.5.tar.xz 3456676 BLAKE2B 47423adff5be1cb15fcb0312ded179f3e1b3e872d927f5c81ad623ef708f593ff445617605b531360e5bc3310c66f43b6f45c3b05bba825cf8a9e85642cd7fd5 SHA512 060d94b9a643ac3aea71003bd5e5a3f3a145c0c5532d5308d30375abf7b64e39a0e80011af89cd01df945c981941506fefa5c48c72783e5f4f02a77c5ba3bc02
|
||||
DIST tio-3.6.tar.xz 3458048 BLAKE2B 52152a133b497e7f39f0bb48348ef869ad5fa2135f323796ef16f0caf7c8b3bb5dc38dde7b40c858bd27a1e3addbb97911eef219be5f8b9885638389cd45f9e2 SHA512 daa2f5e8066d22a6bcdda9c0c36b843fdbc8fbcf48eb7e64caa3cb2faabf02634964de5aa5ca5337ed817fe3f51550a677e8773e67b0bf52b0b9012b1e98e13a
|
||||
|
33
net-dialup/tio/tio-3.6.ebuild
Normal file
33
net-dialup/tio/tio-3.6.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
LUA_COMPAT=( lua5-{1..4} )
|
||||
|
||||
inherit lua-single meson bash-completion-r1
|
||||
|
||||
DESCRIPTION="Simple TTY terminal application"
|
||||
HOMEPAGE="https://tio.github.io/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
REQUIRED_USE="${LUA_REQUIRED_USE}"
|
||||
RDEPEND="
|
||||
${LUA_DEPS}
|
||||
dev-libs/glib
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dbashcompletiondir="$(get_bashcompdir)"
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user