File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments