mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
27 lines
561 B
YAML
27 lines
561 B
YAML
distributable:
|
|
url: https://hackage.haskell.org/package/pandoc-crossref-{{ version.raw }}/pandoc-crossref-{{ version.raw }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: lierdakil/pandoc-crossref
|
|
ignore: /[a-z]$/
|
|
|
|
dependencies:
|
|
pandoc.org: ^2.18
|
|
zlib.net: 1
|
|
gnu.org/gmp: 6
|
|
|
|
build:
|
|
dependencies:
|
|
haskell.org: ^9
|
|
haskell.org/cabal: ^3
|
|
openssl.org: ^1.1
|
|
script: |-
|
|
cabal update
|
|
mkdir -p "{{prefix}}/bin"
|
|
cabal install --install-method=copy --installdir={{prefix}}/bin
|
|
|
|
test: true #FIXME
|
|
|
|
provides:
|
|
- bin/pandoc-crossref |