mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: rtx-1.32.0
This commit is contained in:
parent
05f71e37dd
commit
64bbc42b98
1 changed files with 23 additions and 0 deletions
23
srcpkgs/rtx/template
Normal file
23
srcpkgs/rtx/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'rtx'
|
||||
pkgname=rtx
|
||||
version=1.32.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
# skip cli tests: fail to find executable
|
||||
make_check_args="-- --skip cli::direnv::exec::tests"
|
||||
short_desc="Polyglot runtime manager (asdf rust clone)"
|
||||
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jdxcode/rtx"
|
||||
changelog="https://github.com/jdxcode/rtx/releases"
|
||||
distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=54bb235dcfc34e24c48bd5bc1f2ac9b8a6f9eb7cf1d3b64c514ebbf6d34570f1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vman man/man1/rtx.1
|
||||
vdoc README.md
|
||||
vcompletion completions/rtx.bash bash rtx
|
||||
vcompletion completions/rtx.fish fish rtx
|
||||
vcompletion completions/_rtx zsh rtx
|
||||
}
|
Loading…
Add table
Reference in a new issue