We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 971c81f + 105498b commit 381879fCopy full SHA for 381879f
1 file changed
recipes/devel/examples/hello.yaml
@@ -0,0 +1,17 @@
1
+inherit: [autotools]
2
+
3
+metaEnvironment:
4
+ PKG_VERSION: "2.12.1"
5
+ PKG_LICENSE: "GPL-3.0-or-later"
6
7
+checkoutSCM:
8
+ scm: url
9
+ url: ${GNU_MIRROR}/hello/hello-${PKG_VERSION}.tar.gz
10
+ digestSHA256: "8d99142afd92576f30b0cd7cb42a8dc6809998bc5d607d88761f512e26c7db20"
11
+ stripComponents: 1
12
13
+buildScript: |
14
+ autotoolsBuild $1
15
16
+packageScript: |
17
+ autotoolsPackageTgt
0 commit comments