hello recipe

master
Philippe Pittoli 2021-03-27 23:51:38 +01:00
parent bba1fad037
commit 8fbd098910
1 changed files with 15 additions and 0 deletions

15
recipes/hello/Makefile Normal file
View File

@ -0,0 +1,15 @@
name = hello
version = 2.10
URL = https://ftp.gnu.org/gnu/hello/hello-$(version).tar.gz
dependencies = gettext
build-dependencies = make
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
SYSCONF ?= ../../
include $(SYSCONF)/package.mk