* add watch

* clean up yml

* try to fix deps

* ncurses dep

* just test it differently

* add comment
This commit is contained in:
ABevier 2023-03-06 18:54:43 -05:00 committed by GitHub
parent 1d59090bb4
commit 64e14c0882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,40 @@
distributable:
url: https://gitlab.com/procps-ng/procps/-/archive/v{{ version }}/v{{ version }}.tar.gz
strip-components: 1
versions:
- 4.0.3
# Watch is broken out seperately from the rest of procps. While procps provides other
# useful tools they do not build on OSX and are part of almost every base distro already
provides:
- bin/watch
dependencies:
invisible-island.net/ncurses: '>=6.0'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: '*'
gnu.org/automake: '*'
gnu.org/gettext: '*'
gnu.org/libtool: '*'
freedesktop.org/pkg-config: '*'
script: |
autoreconf -fiv
./configure $ARGS
make src/watch
mkdir -p "{{ prefix }}"/bin
mv src/watch "{{ prefix }}"/bin
env:
ARGS:
- --disable-dependency-tracking
- --prefix={{ prefix }}
- --disable-nls
- --enable-watch8bit
# FIXME: a more comprehensive test could be written with access to a TTY
test: |
watch -h