Skip to content

Commit 36c9126

Browse files
Add mist (#51)
* add mist * update rev * pin version --------- Co-authored-by: Caroline Frasca <[email protected]>
1 parent 12b5737 commit 36c9126

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

recipes/mist/recipe.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
context:
2+
version: "0.0.1"
3+
4+
package:
5+
name: "mist"
6+
version: ${{ version }}
7+
8+
source:
9+
- git: https://github.com/thatstoasty/mist.git
10+
rev: 3c07884d8ff5c823859bf4aebf532d8c4042357d
11+
12+
build:
13+
number: 0
14+
script:
15+
- mojo package src/mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
16+
requirements:
17+
host:
18+
- max =24.6
19+
run:
20+
- ${{ pin_compatible('max') }}
21+
22+
tests:
23+
- script:
24+
- if: unix
25+
then:
26+
- mojo test test
27+
28+
about:
29+
homepage: https://github.com/thatstoasty/mist
30+
# Remember to specify the license variants for BSD, Apache, GPL, and LGPL.
31+
# Use the SPDX identifier, e.g: GPL-2.0-only instead of GNU General Public License version 2.0
32+
# See https://spdx.org/licenses/
33+
license: MIT
34+
# It is strongly encouraged to include a license file in the package,
35+
# (even if the license doesn't require it) using the license_file entry.
36+
# See https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#license-file
37+
license_file: LICENSE
38+
summary: Mist lets you safely use advanced styling options on the terminal.
39+
repository: https://github.com/thatstoasty/mist
40+
41+
extra:
42+
maintainers:
43+
- thatstoasty

0 commit comments

Comments
 (0)