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.1
release: 0.1.1-compiler-1.0.0b1
artifact_sha256: 60638a5b3f3b9f359ff25ff49acb63dfbcf33bcee5969005a31ad218f61a1a89

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