2022-08-05 16:43:01 +03:00
|
|
|
distributable:
|
|
|
|
url: https://ftp.gnu.org/gnu/tar/tar-{{ version.raw }}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
|
|
|
- 1.34
|
|
|
|
#TODO scrape https://ftp.gnu.org/gnu/tar/
|
|
|
|
|
2022-11-03 21:09:55 +03:00
|
|
|
provides:
|
|
|
|
- bin/tar
|
|
|
|
|
2022-08-05 16:43:01 +03:00
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
tea.xyz/gx/cc: 'c99'
|
|
|
|
tea.xyz/gx/make: '*'
|
|
|
|
script: |
|
|
|
|
./configure --prefix={{ prefix }} --disable-debug
|
|
|
|
make --jobs {{ hw.concurrency }} install
|
2022-08-17 15:22:22 +03:00
|
|
|
env:
|
|
|
|
#FIXME for our docker images, but we should make a `build` user for those
|
|
|
|
FORCE_UNSAFE_CONFIGURE: 1
|
2022-08-05 16:43:01 +03:00
|
|
|
|
|
|
|
test:
|
|
|
|
script:
|
|
|
|
tar czvf test.tar.gz {{ prefix }}
|