19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
name: hello
|
|
version: 2.10
|
|
release: 2
|
|
sources: https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
|
|
|
|
dependencies:
|
|
- gettext
|
|
build-dependencies:
|
|
- make
|
|
|
|
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
|
|
|