We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf9166 commit 490b310Copy full SHA for 490b310
2 files changed
recipes/devel/groff.yaml
@@ -0,0 +1,22 @@
1
+inherit: [autotools]
2
+
3
+metaEnvironment:
4
+ PKG_VERSION: "1.24.0"
5
+ PKG_LICENSE: "GPL-3.0-or-later"
6
7
+checkoutSCM:
8
+ scm: url
9
+ url: ${GNU_MIRROR}/groff/groff-${PKG_VERSION}.tar.gz
10
+ digestSHA256: "e79bbcd8ff3ed0200e7ac55d3962a15e118c1229990213025f2fc8b264727570"
11
+ stripComponents: 1
12
13
+buildVars: [AR]
14
+buildTools: [perl, m4]
15
+buildScript: |
16
+ autotoolsBuild -o AR=${AR} $1
17
18
+packageScript: |
19
+ autotoolsPackageTgt
20
21
+provideTools:
22
+ groff: usr/bin
tests/buildall/recipes/buildall.yaml
@@ -7,6 +7,7 @@ depends:
- devel::byacc
- devel::dtc
- devel::gengetopt
+ - devel::groff
- devel::intltool
- devel::lua-bin
- devel::makedepend
0 commit comments