File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Template file for 'pixi'
2+ pkgname=pixi
3+ version=0.62.2
4+ revision=1
5+ build_style=cargo
6+ build_helper="qemu"
7+ make_check_args="-- --skip add_tests --skip linux_clean_environment_variables"
8+ make_install_args="--path crates/pixi"
9+ hostmakedepends="cmake pkg-config"
10+ makedepends="libzstd-devel"
11+ checkdepends="git"
12+ short_desc="Fast conda & PyPI package manager"
13+ maintainer="UENO, M. <eunosium-1128@live.jp>"
14+ license="BSD-3-Clause"
15+ homepage="https://github.com/prefix-dev/pixi"
16+ changelog="https://github.com/prefix-dev/pixi/blob/v${version}/CHANGELOG.md"
17+ distfiles="https://github.com/prefix-dev/pixi/archive/refs/tags/v${version}.tar.gz"
18+ checksum=dba8db9c836a3bf3c6054588f4334150fe3bb7b4960c778e76f4001a18fa8e2f
19+
20+ post_install() {
21+ vlicense LICENSE
22+
23+ for shell in bash fish zsh; do
24+ vtargetrun ${DESTDIR}/usr/bin/pixi completion -s ${shell} > pixi.${shell}
25+ vcompletion pixi.${shell} ${shell}
26+ done
27+ }
You can’t perform that action at this time.
0 commit comments