We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9663113 commit 75f4fd3Copy full SHA for 75f4fd3
01-main/manifest
@@ -190,6 +190,7 @@ microsoft-edge-stable
190
min
191
minigalaxy
192
minikube
193
+mise
194
motrix
195
mpdevil
196
mqttx
01-main/packages/mise
@@ -0,0 +1,9 @@
1
+DEFVER=1
2
+ARCHS_SUPPORTED="amd64 arm64"
3
+ASC_KEY_URL="https://mise.jdx.dev/gpg-key.pub"
4
+APT_LIST_NAME="mise"
5
+APT_REPO_URL="https://mise.jdx.dev/deb stable main"
6
+APT_REPO_OPTIONS="arch=${HOST_ARCH}"
7
+PRETTY_NAME="mise-en-place"
8
+WEBSITE="https://mise.jdx.dev/"
9
+SUMMARY="mise is a development environment setup tool."
0 commit comments