diff --git a/oranda.yaml b/oranda.yaml new file mode 100644 index 00000000000..61ece33ca9d --- /dev/null +++ b/oranda.yaml @@ -0,0 +1,37 @@ +package: + name: oranda + version: 0.1.0 + epoch: 0 + description: generate beautiful landing pages for your developer tools + copyright: + - license: MIT + +environment: + contents: + packages: + - ca-certificates-bundle + - busybox + - build-base + - rust + - openssl-dev + +pipeline: + - uses: git-checkout + with: + repository: https://github.com/axodotdev/oranda + tag: v${{package.version}} + expected-commit: f572560ea870e59ca744a514e2ffdb9b0fe68670 + + - runs: | + cargo build --locked --profile=dist + mkdir -p ${{targets.destdir}}/usr/bin + mv target/dist/oranda ${{targets.destdir}}/usr/bin/ + + - uses: strip + +update: + enabled: true + github: + identifier: axodotdev/oranda + strip-prefix: v + tag-filter: v diff --git a/packages.txt b/packages.txt index 5d9c205fb6e..42e1f27681f 100644 --- a/packages.txt +++ b/packages.txt @@ -858,4 +858,5 @@ wasm-tools corepack esbuild ruff +oranda jwt-tool