diff --git a/recipes/larecs/recipe.yaml b/recipes/larecs/recipe.yaml new file mode 100644 index 0000000..54c122a --- /dev/null +++ b/recipes/larecs/recipe.yaml @@ -0,0 +1,46 @@ +context: + version: "0.2.0" + max_requirement: "max = 25.3.0" + +package: + name: "larecs" + version: ${{ version }} + +source: + - git: https://github.com/samufi/larecs.git + tag: "v0.2.0" + +build: + number: 0 + script: + - mojo package src/larecs -o ${{ PREFIX }}/lib/mojo/larecs.mojopkg +requirements: + host: + - ${{ max_requirement }} + run: + - ${{ pin_compatible('max') }} + +tests: + - script: + - if: unix + then: + - mojo test -D ASSERT=all test + requirements: + run: + - ${{ max_requirement }} + files: + source: + test/ + +about: + homepage: https://samufi.github.io/larecs/ + license: LGPL-3.0-only + license_file: LICENSE + summary: A performance-oriented archetype-based ECS for Mojo🔥. + repository: https://github.com/samufi/larecs + +extra: + maintainers: + - samufi + - mlange-42 + project_name: Larecs🌲