diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-19 17:36:56 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-20 14:05:33 +0200 |
commit | 82ea4a70d6309d83c6af6b4488c26ebf9c9865d1 (patch) | |
tree | 77c96c9e19a4ff27b83af8f6257830013797e2e3 /etc/repos.json | |
parent | 7956a6c2369dbb98526d546497043c7a8d12e6c7 (diff) | |
download | justbuild-82ea4a70d6309d83c6af6b4488c26ebf9c9865d1.tar.gz |
imports: Add liblzma
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json index 2ff21322..19cb3700 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -146,6 +146,13 @@ , "target_file_name": "TARGETS.bzip2" , "bindings": {"base": "rules"} } + , "rules-lzma": + { "repository": "rules" + , "target_root": "defaults" + , "rule_root": "rules" + , "target_file_name": "TARGETS.lzma" + , "bindings": {"base": "rules"} + } , "rules-archive": { "repository": "rules" , "target_root": "defaults" @@ -326,6 +333,20 @@ , "bindings": {"rules": "rules-bzip2"} , "bootstrap": {"drop": true} } + , "lzma": + { "repository": + { "type": "archive" + , "content": "6dae9322046ff66b7074c33b24be9a98f5cee42a" + , "fetch": "https://github.com/xz-mirror/xz/archive/refs/tags/v5.4.0.tar.gz" + , "sha256": "26ec069c41e5dfae221825b9f28a4934cb6ce3bedd3f55bc0a08073f7c2e42fd" + , "sha512": "60aba20197d329a1e0d86b32de8a9727a98e5ff6f1eda6111c5ddf85086edeefcf9e2cc3998d237e248bf4af7cf746923b45d236e6b47d88f63cf3d57cae9e8f" + , "subdir": "xz-5.4.0" + } + , "target_root": "import targets" + , "target_file_name": "TARGETS.lzma" + , "bindings": {"rules": "rules-lzma"} + , "bootstrap": {"drop": true} + } , "re2": { "repository": { "type": "archive" |