mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: rio-0.0.26
This commit is contained in:
parent
175100dc21
commit
c6e4af5ff8
2 changed files with 35 additions and 0 deletions
1
srcpkgs/rio-terminfo
Symbolic link
1
srcpkgs/rio-terminfo
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
rio
|
34
srcpkgs/rio/template
Normal file
34
srcpkgs/rio/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Template file for 'rio'
|
||||||
|
pkgname=rio
|
||||||
|
version=0.0.26
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
make_install_args="--path rio"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="fontconfig-devel freetype-devel libglvnd-devel libxcb-devel libxkbcommon-devel wayland-devel"
|
||||||
|
depends="rio-terminfo-${version}_${revision}"
|
||||||
|
short_desc="Hardware-accelerated GPU terminal emulator powered by WebGPU"
|
||||||
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://raphamorim.io/rio/"
|
||||||
|
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=d95a6f9c89d00da9723138a2ed7d970b1b3ffb6ab52d545984174a597b7bd961
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
# avoid doing a rebuild in install due to complex feature setup
|
||||||
|
vbin target/${RUST_TARGET}/release/rio
|
||||||
|
vinstall misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
|
||||||
|
vinstall misc/rio.desktop 644 usr/share/applications
|
||||||
|
vlicense LICENSE
|
||||||
|
|
||||||
|
vmkdir usr/share/terminfo
|
||||||
|
tic -sx -o ${DESTDIR}/usr/share/terminfo misc/rio.terminfo
|
||||||
|
}
|
||||||
|
|
||||||
|
rio-terminfo_package() {
|
||||||
|
short_desc+=" - terminfo data"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/terminfo
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue