mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
22 lines
440 B
YAML
22 lines
440 B
YAML
distributable:
|
|
url: https://ftp.gnu.org/gnu/readline/readline-{{ version.raw }}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
#TODO brew has a couple patches we should apply
|
|
- 8.1
|
|
|
|
dependencies:
|
|
invisible-island.net/ncurses: 6
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
script: |
|
|
./configure --prefix={{ prefix }} --with-curses
|
|
make --jobs {{ hw.concurrency }} install
|
|
|
|
test:
|
|
script: true #FIXME
|