New package: irust-1.74.0

This commit is contained in:
Komeil Parseh 2025-07-28 16:06:49 +03:30 committed by Duncan Overbruck
parent b08b735336
commit f8768be077
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,5 @@
irust requires Rust and Cargo at runtime.
Please install one of the following before running irust:
- cargo
- rustup
Choose whichever suits your workflow.

26
srcpkgs/irust/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'irust'
pkgname=irust
version=1.74.0
revision=1
build_style=cargo
make_install_args="--path crates/irust"
short_desc="Cross Platform Rust Repl"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://github.com/sigmaSd/IRust"
changelog="https://raw.githubusercontent.com/sigmaSd/IRust/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/sigmaSd/IRust/archive/refs/tags/irust@${version}.tar.gz"
checksum=0347812ec85111109875a3b414f42d68778e9fab6aa826430837f9089de1a91b
post_install() {
vmkdir usr/share/icons/hicolor/scalable/apps
vinstall distro/io.github.sigmasd.IRust.svg 644\
"usr/share/icons/hicolor/scalable/apps"
vinstall distro/io.github.sigmasd.IRust.desktop 644\
"usr/share/applications"
vinstall distro/io.github.sigmasd.IRust.metainfo.xml 644\
"usr/share/metainfo"
vdoc "${FILESDIR}/README.voidlinux"
vlicense LICENSE
}