mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: ferium-4.4.0
This commit is contained in:
parent
ee601aa87f
commit
9dd3bc3b9c
1 changed files with 21 additions and 0 deletions
21
srcpkgs/ferium/template
Normal file
21
srcpkgs/ferium/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'ferium'
|
||||||
|
pkgname=ferium
|
||||||
|
version=4.4.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
build_helper=qemu
|
||||||
|
short_desc="CLI program for managing Minecraft mods and modpacks"
|
||||||
|
maintainer="yosh <yosh-git@riseup.net>"
|
||||||
|
license="MPL-2.0"
|
||||||
|
homepage="https://github.com/gorilla-devs/ferium"
|
||||||
|
changelog="https://raw.githubusercontent.com/gorilla-devs/ferium/main/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/gorilla-devs/ferium/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=a19b5ea7b12123ef68b2caf96a1c58025aa30d7e14e8c0dbfef44ffc01938045
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
local ferium="${DESTDIR}/usr/bin/ferium"
|
||||||
|
for shell in bash fish zsh; do
|
||||||
|
vtargetrun ${ferium} complete ${shell} > ferium.${shell}
|
||||||
|
vcompletion ferium.${shell} ${shell}
|
||||||
|
done
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue