-
-
Notifications
You must be signed in to change notification settings - Fork 923
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
67 lines (55 loc) · 1.66 KB
/
snapcraft.yaml
File metadata and controls
67 lines (55 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# To test this snap package on your local Linux machine,
# Install snapcraft (`snap install snapcraft --classic`) and
# run the following commands:
#
# ```shell
# snapcraft pack
# snap install ./mise_20xx.xx.x_amd64.snap --dangerous --classic
# ```
name: mise
title: mise-en-place
version: "2025.12.9"
summary: The front-end to your dev env
description: |
mise-en-place is a command line tool to manage your development environment.
- Like asdf (or nvm or pyenv but for any language) it manages [dev tools](https://mise.jdx.dev/dev-tools/) like node, python, cmake, terraform, and [hundreds more](https://mise.jdx.dev/registry.html).
- Like direnv it manages [environment variables](https://mise.jdx.dev/environments/) for different project directories.
- Like make it manages [tasks](https://mise.jdx.dev/tasks/) used to build and test projects.
See the [documentation](https://mise.jdx.dev/getting-started.html) to learn more.
license: MIT
website: https://mise.jdx.dev
source-code: https://github.com/jdx/mise.git
issues: https://github.com/jdx/mise/discussions
contact:
- https://github.com/jdx/mise/discussions
- https://phanective.org
donation:
- https://github.com/sponsors/jdx
grade: devel
confinement: classic
platforms:
amd64:
arm64:
armhf:
base: core24
parts:
mise:
source: "."
source-type: local
plugin: rust
rust-channel: stable
build-packages:
- libssl-dev
build-attributes:
- enable-patchelf
update-instructions:
plugin: dump
source: ./packaging/snapcraft
source-type: local
organize:
"mise-self-update-instructions.toml": lib/
stage:
- lib/
apps:
mise:
command: bin/mise