commit:     30c2bd2c77e1bb02b89d9383a1270dbc721f47ac
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sun Mar 24 05:25:22 2024 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sun Mar 24 05:41:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30c2bd2c

x11-terms/rio-terminfo: add 0.0.36

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 +
 x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index f9a56fe54c..f3cdb0992f 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1,3 +1,4 @@
 DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 
38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292
 SHA512 
6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b
 DIST rio-0.0.34.tar.gz 35557809 BLAKE2B 
e757ee50445664044c44e49e93588b096876c8e4a6c4fd7a0b0229704324d7c6f8da64936bf77eeba271b28cf34760ff92f452c87f3452e30e4871fa4d21e180
 SHA512 
9a0a01e02a432e030b9dc01fcf62606016f57724b8bdf11b4f347a077ff373bc7e03843294e883ff4add24a6d69e9baf628ea0b05252a7028dc18e315f44a4de
 DIST rio-0.0.35.tar.gz 35557061 BLAKE2B 
426e253957ff7d0635d3c050c4204f9f22884da1e539b4b6198038bba12acd74c60ad265c069fa678b4dc7c00a617980d5223f517c92e338590eecad76b96d47
 SHA512 
3aa2754a210b1a9a260a5073f777dd5b41736005b28706fbeb9aa7105b03c480cc9a89259c9d8a8083a289bcb65a27567ef001181b410244a85ddac57f09c2a1
+DIST rio-0.0.36.tar.gz 35556683 BLAKE2B 
00a1d5439dc6ccaf47e6d1c5dc682bd656ed14b9fc1558fb9307a98302d955de42b1d562e6ae7c7fd3ef5593ea3b461cc4baa0b0668579b747f0fede9deba573
 SHA512 
a1657d65c7a0c24d8dc481347a22981ef7fd7410613ae47e3ad740f93993047fad2365f7fbb209bd1abade76aa3924bcde193755b0249e7f554ca1490b094600

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild 
b/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild
new file mode 100644
index 0000000000..ad2dacb02c
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="rio"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Terminfo for Rio, a hardware-accelerated GPU terminal emulator 
powered by WebGPU"
+HOMEPAGE="https://raphamorim.io/rio/";
+SRC_URI="
+       https://github.com/raphamorim/${MY_PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${MY_P}.tar.gz
+"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # intended to be ran on the full rio package
+
+BDEPEND="sys-libs/ncurses"
+
+src_compile() { :; }
+
+src_install() {
+       dodir "/usr/share/terminfo"
+       tic -xo "${ED}/usr/share/terminfo" "misc/rio.terminfo" || die
+}

Reply via email to