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

feat: Renode package #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
56 changes: 56 additions & 0 deletions recipes/renode/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
context:
version: "1.15.3"

package:
name: renode
version: ${{ version }}

source:
- url: https://github.com/renode/renode/releases/download/v${{ version }}/renode-${{ version }}-1-x86_64.pkg.tar.xz
sha256: 92bddeebcb1ba2217aa229f12f948c3c11303071b06fdd81d858dfa2a390ea8a

build:
skip:
- win
- osx and arm64
script:
- mkdir -p $PREFIX/bin
- cp -r ${SRC_DIR}/opt/renode/bin/* $PREFIX/bin/
- mono $PREFIX/bin/Renode.exe

requirements:
build:
- if: win
then:
- dotnet-sdk
- if: linux
then:
- mono
- if: osx
then:
- mono
host:
- make
run:
- if: linux
then:
- conda-forge::libgtk2.0
- conda-forge::gtk-sharp2
- conda-forge::libicu
- conda-forge::gcc
- if: win
then:
- dotnet-sdk
- if: osx
then:
- mono

about:
repository: https://github.com/renode/renode
license: MIT
summary: Renode - Antmicro's open source simulation and virtual development framework for complex embedded systems
homepage: https://renode.io

extra:
recipe-maintainers:
- akhilender-bongirwar