This commit is contained in:
Jacob Heider 2023-09-27 12:08:06 -04:00
parent 4e75a0c677
commit 62ff4dc4ae
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -0,0 +1,27 @@
distributable:
url: https://ftp.gnu.org/gnu/which/which-{{version.raw}}.tar.gz
strip-components: 1
versions:
url: https://ftp.gnu.org/gnu/which
match: /which-\d+(\.\d+)*\.tar\.gz/
strip:
- /^which-/
- /\.tar\.gz$/
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
- --disable-dependency-tracking
provides:
- bin/which
test: which -a which | grep "{{prefix}}/bin/which"