diff --git a/recipes/mojo_datetime/recipe.yaml b/recipes/mojo_datetime/recipe.yaml new file mode 100644 index 00000000..c7bbc369 --- /dev/null +++ b/recipes/mojo_datetime/recipe.yaml @@ -0,0 +1,38 @@ +context: + build_number: 0 + release: 0.1.1-compiler-0.26.2.0 + artifact_sha256: ac79975ec9f04f64e6c85306f1ecb77d86632ff8f9fc4711a1fbbd72b67a94a1 + +about: + homepage: https://github.com/martinvuyk/mojo_datetime + license: Apache-2.0 WITH LLVM-exception + license_file: LICENSE + summary: A flexible Mojo datetime library implementation + repository: https://github.com/martinvuyk/mojo_datetime + +extra: + maintainers: + - martinvuyk + project_name: + - mojo_datetime + +source: + url: https://github.com/martinvuyk/mojo_datetime/releases/download/${{ release }}/mojo_datetime.mojopkg + sha256: ${{ artifact_sha256 }} + +package: + name: "mojo_datetime" + version: ${{ release }} + +build: + number: ${{ build_number }} + script: + - cp mojo_datetime.mojopkg ${{ PREFIX }}/lib/mojo/ + +requirements: + host: + - mojo-compiler "=0.26.2" + build: + - mojo-compiler "=0.26.2" + run: + - ${{ pin_compatible('mojo-compiler') }} \ No newline at end of file