Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mise: new, 2025.1.15 #9358

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions app-devel/mise/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
abinfo "Installing Bash completion ..."
install -Dvm644 $SRCDIR/completions/mise.bash \
$PKGDIR/usr/share/bash-completion/completions/mise

abinfo "Installing Fish completion .."
install -Dvm644 $SRCDIR/completions/mise.fish \
$PKGDIR/usr/share/fish/vendor_completions.d/mise.fish

abinfo "Installing Zsh completion ..."
install -Dvm644 $SRCDIR/completions/_mise \
$PKGDIR/usr/share/zsh/site-functions/_mise

abinfo "Installing man page ..."
install -Dvm644 $SRCDIR/man/man1/mise.1 \
$PKGDIR/usr/share/man/man1/mise.1
7 changes: 7 additions & 0 deletions app-devel/mise/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PKGNAME=mise
ZeroAurora marked this conversation as resolved.
Show resolved Hide resolved
PKGDES="Polyglot runtime and development tool version manager"
PKGSEC=devel
PKGDEP="bzip2 gcc-runtime openssl zlib"
BUILDDEP="rustc llvm"

ZeroAurora marked this conversation as resolved.
Show resolved Hide resolved
USECLANG=1
4 changes: 4 additions & 0 deletions app-devel/mise/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=2025.1.15
SRCS="git::commit=v$VER::https://github.com/jdx/mise.git"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=376460"