-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe7e268
commit 799e59d
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Template file for 'rio' | ||
pkgname=rio | ||
version=0.2.2 | ||
version=0.2.4 | ||
revision=1 | ||
build_style=cargo | ||
build_wrksrc="frontends/rioterm" | ||
hostmakedepends="pkg-config" | ||
makedepends="fontconfig-devel freetype-devel libglvnd-devel libxcb-devel libxkbcommon-devel wayland-devel" | ||
makedepends="libglvnd-devel libxcb-devel libxkbcommon-devel wayland-devel" | ||
depends="rio-terminfo-${version}_${revision}" | ||
short_desc="Hardware-accelerated GPU terminal emulator powered by WebGPU" | ||
maintainer="tranzystorekk <[email protected]>" | ||
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=a334cc6c71621ff84aef70d5185caee663f0409ebf3942f7496c5ba6533188b2 | ||
checksum=2b7cd1a87164fc2a79c17362a0bb9e96034230a727031bd5f8a75b322aec514d | ||
|
||
post_install() { | ||
vinstall ${wrksrc}/misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg | ||
|