Skip to content

Commit

Permalink
add release url & include suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Sep 30, 2024
1 parent cded35d commit 10ec055
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions recipes/spreadgltools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{% set name ="SpreadGLtools" %}
{% set version ="1.1.0" %}
{% set sha256 ="de9319eb0cab7dcf042671c77fd473a7a03a8384ce7d476f10f89a8a100cbeec"}

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

source:
git_url: https://github.com/GuyBaele/SpreadGL.git
git_rev: main
url: https://github.com/GuyBaele/SpreadGL/archive/refs/tags/{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
Expand Down Expand Up @@ -49,12 +50,7 @@ test:
- trimming --help

about:
home: https://github.com/GuyBaele/SpreadGL
license: MIT License
license: MIT
summary: 'Visualising pathogen dispersal in a high-performance browser application'
license_family: MIT
doc_url: https://github.com/GuyBaele/SpreadGL

extra:
additional-platforms:
- linux-aarch64

0 comments on commit 10ec055

Please sign in to comment.