Skip to content

Add larecs package #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
46 changes: 46 additions & 0 deletions recipes/larecs/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
context:
version: "0.3.0"
max_requirement: "max = 25.4.0"

package:
name: "larecs"
version: ${{ version }}

source:
- git: https://github.com/samufi/larecs.git
tag: "v0.3.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🌲
Loading