From 82ea4a70d6309d83c6af6b4488c26ebf9c9865d1 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 19 Jun 2023 17:36:56 +0200 Subject: imports: Add liblzma --- etc/repos.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'etc/repos.json') 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" -- cgit v1.2.3