mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rtx: update to 1.35.8.
This commit is contained in:
parent
5991f10ca9
commit
476fc80d56
1 changed files with 4 additions and 2 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'rtx'
|
# Template file for 'rtx'
|
||||||
pkgname=rtx
|
pkgname=rtx
|
||||||
version=1.34.1
|
version=1.35.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# skip cli tests: fail to find executable
|
# skip cli tests: fail to find executable
|
||||||
make_check_args="-- --skip cli::direnv::exec::tests"
|
make_check_args="-- --skip cli::direnv::exec::tests"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="openssl-devel"
|
||||||
short_desc="Polyglot runtime manager (asdf rust clone)"
|
short_desc="Polyglot runtime manager (asdf rust clone)"
|
||||||
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jdxcode/rtx"
|
homepage="https://github.com/jdxcode/rtx"
|
||||||
changelog="https://github.com/jdxcode/rtx/releases"
|
changelog="https://github.com/jdxcode/rtx/releases"
|
||||||
distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=d0a001b859190647c89b72462e8a524d28eedb043db64bae5eb84f1a721c1e21
|
checksum=fa04aacad2ed9d80df984d9c79c04185dd3ea26b6877f17c785afeee0c6d3ab7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue