Skip to content

Commit 490b310

Browse files
committed
add devel::groff 1.24.0
1 parent 7cf9166 commit 490b310

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

recipes/devel/groff.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ depends:
77
- devel::byacc
88
- devel::dtc
99
- devel::gengetopt
10+
- devel::groff
1011
- devel::intltool
1112
- devel::lua-bin
1213
- devel::makedepend

0 commit comments

Comments
 (0)