Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe for rukki v0.3.0 #51115

Merged
merged 2 commits into from
Oct 2, 2024
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
5 changes: 5 additions & 0 deletions recipes/rukki/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -euo

# build statically linked binary with Rust
RUST_BACKTRACE=1
cargo install --verbose --path . --root "${PREFIX}"
38 changes: 38 additions & 0 deletions recipes/rukki/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{% set name = "rukki" %}
{% set version = "0.3.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/marbl/rukki/archive/refs/tags/v{{ version }}.tar.gz
sha256: 036360e6287dc2b7e28bfc7b49db4ca79e792417e75f4bcc926c02d4161625b6

build:
number: 0
run_exports:
- {{ pin_subpackage('rukki', max_pin="x.x") }}

requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('rust') }}
- make

test:
commands:
- rukki --help

about:
home: "https://github.com/marbl/rukki"
license: "Public Domain"
license_file: "README.licenses"
summary: "Extracting paths from assembly graphs."
doc_url: "https://github.com/marbl/rukki/blob/v{{ version }}/README.md"
dev_url: "https://github.com/marbl/rukki"

extra:
additional-platforms:
- linux-aarch64
- osx-arm64