pantry/projects/invisible-island.net/dialog/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

28 lines
533 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:
dependencies:
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}}