Skip to content

Commit

Permalink
install_rotate_1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayaram Radhakrishnan authored and Jayaram Radhakrishnan committed Oct 30, 2024
1 parent 41ea7bb commit eec896a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions recipes/rotate/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{% set name = "rotate" %}
{% set version = "1.0" %}

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

source:
url: "https://github.com/richarddurbin/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz"
sha256: "da8a3c848cc05d59b579c375824008dd2d533c28d8a436a6e4761312d2152906"

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

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

test:
commands:
- rotate 2>&1 | grep can

about:
home: "https://github.com/richarddurbin/rotate"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Simple program to rotate a circular sequence to start at a given position or string."

0 comments on commit eec896a

Please sign in to comment.