This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-08-03 12:06:11 +02:00
|
|
|
name: hello
|
|
|
|
version: 2.10
|
2019-09-01 17:05:47 +02:00
|
|
|
release: 2
|
2019-08-03 12:06:11 +02:00
|
|
|
sources: https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
|
2019-09-01 17:05:47 +02:00
|
|
|
|
2019-08-03 12:06:11 +02:00
|
|
|
dependencies:
|
|
|
|
- gettext
|
2019-09-01 17:29:20 +02:00
|
|
|
build-dependencies:
|
|
|
|
- make
|
2019-08-03 12:06:11 +02:00
|
|
|
|
2019-09-01 17:05:47 +02:00
|
|
|
options:
|
|
|
|
- configure: --disable-nls
|
|
|
|
|
|
|
|
@watch
|
|
|
|
curl 'https://ftp.gnu.org/gnu/hello/' -o- 2>/dev/null | \
|
|
|
|
sed -n "/hello-.*\.tar\.gz/{s/\.tar\.gz.*//;s/.*hello-//;p}" | \
|
|
|
|
tail -1
|
2019-08-03 12:06:11 +02:00
|
|
|
|