Skip to content
Open
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
8 changes: 6 additions & 2 deletions srcpkgs/mise/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mise'
pkgname=mise
version=2025.8.20
version=2025.12.12
revision=1
build_style=cargo
hostmakedepends="pkg-config"
Expand All @@ -11,7 +11,11 @@ license="MIT"
homepage="https://github.com/jdx/mise"
changelog="https://github.com/jdx/mise/releases"
distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=f92d22face0128612fe27039f80beae0cd30335240cb7be1aff22b429048f485
checksum=50f3572e99b5dcd087a66aadc9e3f0a7499c26221a809ecf9a8de0bd8ab5df75

case "$XBPS_TARGET_MACHINE" in
armv*) hostmakedepends+=" cmake";;
esac

post_install() {
vlicense LICENSE
Expand Down