mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: irust-1.74.0
This commit is contained in:
parent
b08b735336
commit
f8768be077
2 changed files with 31 additions and 0 deletions
5
srcpkgs/irust/files/README.voidlinux
Normal file
5
srcpkgs/irust/files/README.voidlinux
Normal 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
26
srcpkgs/irust/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue