diff --git a/recipes/mojo_datetime/recipe.yaml b/recipes/mojo_datetime/recipe.yaml new file mode 100644 index 00000000..3b2f8b4e --- /dev/null +++ b/recipes/mojo_datetime/recipe.yaml @@ -0,0 +1,39 @@ +context: + build_number: 0 + version: 0.1.2 + release: 0.1.2-compiler-1.0.0b1 + artifact_sha256: 53f02f5521f1a78c6ea8d29b7a7a829d7bd5fe43c84710ec379e8f425881a791 + +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: ${{ version }} + +build: + number: ${{ build_number }} + script: + - cp mojo_datetime.mojopkg ${{ PREFIX }}/lib/mojo/ + +requirements: + host: + - mojo-compiler =1.0.0b1 + build: + - mojo-compiler =1.0.0b1 + run: + - ${{ pin_compatible('mojo-compiler') }} \ No newline at end of file