Skip to content

Commit

Permalink
remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
saviorand committed Sep 29, 2024
1 parent dd784f5 commit 488d1f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/recipe.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package:
version: {{VERSION}}

source:
- path: ./lightbug_http
- path: ./{{LICENSE_FILE}}
- path: ../lightbug_http
- path: ../{{LICENSE_FILE}}

build:
script:
- mkdir -p ${PREFIX}/lib/mojo
- magic run mojo package {{NAME}} -o ${PREFIX}/lib/mojo/{{NAME}}.mojopkg
- magic run mojo package . -o ${PREFIX}/lib/mojo/{{NAME}}.mojopkg

requirements:
run:
Expand Down

0 comments on commit 488d1f5

Please sign in to comment.