mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
invisible-island.net/dialog (#2189)
* new file: projects/invisible-island.net/dialog/package.yml * deps * added note about versions --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
8a0c225b10
commit
ca4e83f608
29
projects/invisible-island.net/dialog/package.yml
Normal file
29
projects/invisible-island.net/dialog/package.yml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
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:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
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}}
|
Loading…
Reference in a new issue