pantry/projects/crates.io/silicon/package.yml
Kevin Chen b88016300e
+silicon — Create beautiful images of your source code (#2990)
* wip

* fix: add harfbuzz as build dep

* runtime harfbuzz

* harfbuzz-sys is old

* maybe hb5?

* linux deps

* typo

* embarassing typo

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-08-21 15:50:37 -04:00

38 lines
723 B
YAML

distributable:
url: https://github.com/Aloxaf/silicon/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/silicon
# https://github.com/Aloxaf/silicon/issues/226
platforms:
- darwin
- linux/x86-64
versions:
github: Aloxaf/silicon
strip: /v/
dependencies:
harfbuzz.org: ^5
linux:
freedesktop.org/fontconfig: '*'
freetype.org: '*'
x.org/xcb: '*'
build:
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
freedesktop.org/pkg-config: '*'
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
cmake.org: ^3
script:
cargo install --locked --path . --root {{prefix}}
test:
script:
- test "$(silicon --version)" = "silicon {{version}}"