mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(crossref)
This commit is contained in:
parent
4adf84076f
commit
7a40faffab
|
@ -1,10 +1,10 @@
|
||||||
distributable:
|
distributable:
|
||||||
#FIXME
|
url: https://hackage.haskell.org/package/pandoc-crossref-{{ version.raw }}/pandoc-crossref-{{ version.raw }}.tar.gz
|
||||||
url: https://hackage.haskell.org/package/pandoc-crossref-0.3.13.0/pandoc-crossref-0.3.13.0.tar.gz
|
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
- 0.3.13
|
github: lierdakil/pandoc-crossref
|
||||||
|
ignore: /[a-z]$/
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pandoc.org: ^2.18
|
pandoc.org: ^2.18
|
||||||
|
@ -16,8 +16,10 @@ build:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
haskell.org: ^9
|
haskell.org: ^9
|
||||||
haskell.org/cabal: ^3
|
haskell.org/cabal: ^3
|
||||||
|
openssl.org: ^1.1
|
||||||
script: |-
|
script: |-
|
||||||
cabal update
|
cabal update
|
||||||
|
mkdir -p "{{prefix}}/bin"
|
||||||
cabal install --install-method=copy --installdir={{prefix}}/bin
|
cabal install --install-method=copy --installdir={{prefix}}/bin
|
||||||
|
|
||||||
test: true #FIXME
|
test: true #FIXME
|
||||||
|
|
Loading…
Reference in a new issue