Skip to content

Commit ce58920

Browse files
authored
Merge pull request #169 from admlck/libdm
add libs::libdm 1.2.0
2 parents 5785a87 + a89b39b commit ce58920

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

recipes/libs/libmd.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
inherit: [autotools]
2+
3+
metaEnvironment:
4+
PKG_LICENSE: "BSD-3-Clause, BSD-2-Clause, ISC, Beerware, Public Domain"
5+
PKG_VERSION: "1.2.0"
6+
7+
checkoutSCM:
8+
scm: url
9+
url: https://libbsd.freedesktop.org/releases/libmd-1.2.0.tar.xz
10+
digestSHA256: ac15ffb8430502fbaccdec66c5a82ee0eab0b0f36220df56710feadfeb13d0a0
11+
stripComponents: 1
12+
13+
buildScript: |
14+
autotoolsBuild $1 --disable-tests
15+
16+
multiPackage:
17+
dev:
18+
packageScript: autotoolsPackageDev
19+
tgt:
20+
packageScript: autotoolsPackageTgt

0 commit comments

Comments
 (0)