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 cdce5c5 commit eaf11b0Copy full SHA for eaf11b0
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,10 @@
1
+DEFVER=1
2
+ARCHS_SUPPORTED="amd64 arm64"
3
+#CODENAMES_SUPPORTED="buster bullseye bookworm trixie sid focal jammy lunar mantic noble"
4
+ASC_KEY_URL="https://mise.jdx.dev/gpg-key.pub"
5
+APT_LIST_NAME="mise"
6
+APT_REPO_URL="https://mise.jdx.dev/deb stable main"
7
+APT_REPO_OPTIONS="arch=${HOST_ARCH}"
8
+PRETTY_NAME="mise-en-place"
9
+WEBSITE="https://mise.jdx.dev/"
10
+SUMMARY="mise is a development environment setup tool."
0 commit comments