mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
10d0681653
commit
e8bff76725
1 changed files with 5 additions and 3 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'ferium'
|
# Template file for 'ferium'
|
||||||
pkgname=ferium
|
pkgname=ferium
|
||||||
version=4.7.0
|
version=4.7.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="--no-default-features"
|
configure_args="--no-default-features"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libzstd-devel"
|
||||||
short_desc="CLI program for managing Minecraft mods and modpacks"
|
short_desc="CLI program for managing Minecraft mods and modpacks"
|
||||||
maintainer="yosh <yosh-git@riseup.net>"
|
maintainer="yosh <yosh-git@riseup.net>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/gorilla-devs/ferium"
|
homepage="https://github.com/gorilla-devs/ferium"
|
||||||
changelog="https://raw.githubusercontent.com/gorilla-devs/ferium/main/CHANGELOG.md"
|
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"
|
distfiles="https://github.com/gorilla-devs/ferium/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a7804e44d1949e3fe2c5e875d7d70fc6d2ecd16cbcb65619b9ad4f61ac3b1887
|
checksum=a9b9fd966f47d5f8c32e483a21ea476f6883f194e7813f1f81b0001e14b046a5
|
||||||
# tests rely on the github API, which randomly ratelimits unauthed conns
|
# tests rely on the github API, which randomly ratelimits unauthed conns
|
||||||
# to perform tests locally, export GITHUB_TOKEN in pre_check
|
# to perform tests locally, export GITHUB_TOKEN to a personal access token
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue