From 105498bd1630edc3d055d722bcc9fa9b709483fb Mon Sep 17 00:00:00 2001 From: Adam Lackorzynski Date: Fri, 5 Dec 2025 20:10:21 +0100 Subject: [PATCH] Add devel::examples::hello Signed-off-by: Adam Lackorzynski --- recipes/devel/examples/hello.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/devel/examples/hello.yaml diff --git a/recipes/devel/examples/hello.yaml b/recipes/devel/examples/hello.yaml new file mode 100644 index 0000000..aeb46e7 --- /dev/null +++ b/recipes/devel/examples/hello.yaml @@ -0,0 +1,17 @@ +inherit: [autotools] + +metaEnvironment: + PKG_VERSION: "2.12.1" + PKG_LICENSE: "GPL-3.0-or-later" + +checkoutSCM: + scm: url + url: ${GNU_MIRROR}/hello/hello-${PKG_VERSION}.tar.gz + digestSHA256: "8d99142afd92576f30b0cd7cb42a8dc6809998bc5d607d88761f512e26c7db20" + stripComponents: 1 + +buildScript: | + autotoolsBuild $1 + +packageScript: | + autotoolsPackageTgt