pantry/projects/invisible-island.net/dialog/package.yml
2023-10-01 20:41:57 -04:00

26 lines
513 B
YAML

distributable:
url: https://invisible-mirror.net/archives/dialog/dialog-1.3-20230209.tgz
strip-components: 1
versions:
#FIXME: versions are of the format major.minor-YYYYMMDD
- 1.3.20230209
dependencies:
invisible-island.net/ncurses: '*'
build:
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install-full
env:
ARGS:
- --prefix="{{prefix}}"
- --with-ncurses
provides:
- bin/dialog
- bin/dialog-config
test: dialog --version | grep {{version.marketing}}