Skip to content

Commit

Permalink
adding litesata
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Apr 18, 2024
1 parent cf17c1e commit b5c457b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions recipes/litesata/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "litesata" %}
{% set version = "2023.12" %}
{% set sha256 = "469570e970a8b4e585d50597afae77a52ace638990eefaea89f9d2ab1bb2ee18" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
fn: {{ version }}.tar.gz
url: https://github.com/enjoy-digital/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-build-isolation --no-deps
entry_points:
- litesata_gen = litesata.gen:main

requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- litex >=2023.08
- liteiclink >=2023.08
- migen
- pyyaml

test:
imports:
- litesata
commands:
- litesata_gen --help

about:
home: https://github.com/enjoy-digital/litesata
license: BSD-2-Clause
license_family: BSD
license_file: LICENSE
summary: Small footprint and configurable SATA core
description: Small footprint and configurable SATA core
dev_url: https://github.com/enjoy-digital/litesata

extra:
recipe-maintainers:
- timkpaine

0 comments on commit b5c457b

Please sign in to comment.