Skip to content
Merged
Show file tree
Hide file tree
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
37 changes: 37 additions & 0 deletions oranda.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -858,4 +858,5 @@ wasm-tools
corepack
esbuild
ruff
oranda
jwt-tool