mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+zola -- A fast static site generator in a single binary with everything built-in
This commit is contained in:
parent
20accc142c
commit
b8afe11a9e
1 changed files with 21 additions and 0 deletions
21
projects/getzola.org/package.yml
Normal file
21
projects/getzola.org/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
distributable:
|
||||
url: https://github.com/getzola/zola/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/zola
|
||||
|
||||
versions:
|
||||
github: getzola/zola
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
- test "$(zola --version)" = "zola {{version}}"
|
Loading…
Reference in a new issue