Skip to content

Commit 07bd25e

Browse files
committed
fix package path
1 parent 8059457 commit 07bd25e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

recipes/recipe.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
2+
3+
context:
4+
version: "13.4.2"
5+
6+
package:
7+
name: lightbug_http
8+
version: 0.1.4.dev2024092905
9+
10+
source:
11+
- path: ../lightbug_http
12+
- path: ../LICENSE
13+
14+
build:
15+
script:
16+
- mkdir -p ${PREFIX}/lib/mojo
17+
- magic run mojo package . -o ${PREFIX}/lib/mojo/lightbug_http.mojopkg
18+
19+
requirements:
20+
run:
21+
- max >= 24.5.0,<25
22+
- gojo >= 0.1.12
23+
- small_time >= 1.24.6.0.dev2024092705
24+
25+
about:
26+
homepage: https://github.com/saviorand/lightbug_http
27+
license: MIT
28+
license_file: LICENSE
29+
summary: Simple and fast HTTP framework for Mojo!
30+
repository: https://github.com/saviorand/lightbug_http

0 commit comments

Comments
 (0)