Skip to content

Commit

Permalink
mise: new, 2025.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroAurora committed Jan 26, 2025
1 parent 81e33dd commit b6fda67
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
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
PKGDES="Polyglot runtime and development tool version manager"
PKGSEC=devel
PKGDEP="bzip2 gcc-runtime openssl zlib"
BUILDDEP="rustc llvm"

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"

0 comments on commit b6fda67

Please sign in to comment.