diff --git a/app-devel/mise/autobuild/beyond b/app-devel/mise/autobuild/beyond new file mode 100644 index 00000000000..eed2a6d2eeb --- /dev/null +++ b/app-devel/mise/autobuild/beyond @@ -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 diff --git a/app-devel/mise/autobuild/defines b/app-devel/mise/autobuild/defines new file mode 100644 index 00000000000..7279d9a2cdc --- /dev/null +++ b/app-devel/mise/autobuild/defines @@ -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 diff --git a/app-devel/mise/spec b/app-devel/mise/spec new file mode 100644 index 00000000000..188fd6ced68 --- /dev/null +++ b/app-devel/mise/spec @@ -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"