mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
x11-terms/rio-terminfo: new package, add 0.0.28
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
1
x11-terms/rio-terminfo/Manifest
Normal file
1
x11-terms/rio-terminfo/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292 SHA512 6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b
|
||||
12
x11-terms/rio-terminfo/metadata.xml
Normal file
12
x11-terms/rio-terminfo/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>Jonas Frei</name>
|
||||
<email>freijon@pm.me</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">raphamorim/rio</remote-id>
|
||||
<bugs-to>https://github.com/raphamorim/rio/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
28
x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
Normal file
28
x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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"
|
||||
|
||||
BDEPEND="sys-libs/ncurses"
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
dodir "/usr/share/terminfo"
|
||||
tic -xo "${ED}/usr/share/terminfo" "misc/rio.terminfo" || die
|
||||
}
|
||||
Reference in New Issue
Block a user