Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions recipes/mojo_datetime/recipe.yaml
Original file line number Diff line number Diff line change
@@ -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') }}
Loading