Skip to content

Commit f4519c0

Browse files
authored
feat: Add mav recipe to modular-community (#252)
1 parent 63d8524 commit f4519c0

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

recipes/mav/recipe.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
context:
2+
version: "0.0.4"
3+
mojo_version: "=0.26.2"
4+
5+
package:
6+
name: "mav"
7+
version: ${{ version }}
8+
9+
source:
10+
- git: https://github.com/josiahls/mav.git
11+
rev: 6d4e4b6a996ed6e6b8226c99ebd02eac40de812a
12+
13+
build:
14+
number: 0
15+
script:
16+
- mojo package mav -o ${{ PREFIX }}/lib/mojo/mav.mojopkg
17+
18+
requirements:
19+
host:
20+
- mojo-compiler ${{ mojo_version }}
21+
- "ffmpeg ==8.0.1 *lgpl*"
22+
build:
23+
- mojo-compiler ${{ mojo_version }}
24+
- "ffmpeg ==8.0.1 *lgpl*"
25+
run:
26+
- mojo-compiler ${{ mojo_version }}
27+
- "ffmpeg ==8.0.1 *lgpl*"
28+
29+
about:
30+
homepage: https://github.com/josiahls/mav
31+
license: Apache-2.0
32+
license_file: LICENSE
33+
summary: MAV (Mojo Audio Video) is a FFmpeg binding library for Mojo.
34+
repository: https://github.com/josiahls/mav
35+
36+
extra:
37+
project_name: mav
38+
maintainers:
39+
- josiahls

0 commit comments

Comments
 (0)