Skip to content

Commit a41f7b3

Browse files
committed
add libs::libtommath v1.3.0
1 parent 92b0095 commit a41f7b3

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

recipes/libs/libtommath.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
inherit: [cmake]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "1.3.0"
5+
PKG_LICENSE: "LicenseRef-libtom"
6+
PKG_LICENSE_PATH: |
7+
libtom:LICENSE
8+
9+
checkoutSCM:
10+
scm: url
11+
url: ${GITHUB_MIRROR}/libtom/libtommath/releases/download/v${PKG_VERSION}/ltm-${PKG_VERSION}.tar.xz
12+
digestSHA256: 296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08
13+
stripComponents: 1
14+
15+
buildScript: |
16+
cmakeBuild $1
17+
18+
multiPackage:
19+
dev:
20+
packageScript: cmakePackageDev
21+
tgt:
22+
packageScript: cmakePackageTgt

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ depends:
6060
- libs::libssh-tgt
6161
- libs::libtasn1-tgt
6262
- libs::libtirpc-tgt
63+
- libs::libtommath-tgt
6364
- libs::libunistring-tgt
6465
- libs::libusb-tgt
6566
- libs::libxcrypt-tgt

0 commit comments

Comments
 (0)