From 77b82e4945bc5e63df6b0858746c16a60fc730e7 Mon Sep 17 00:00:00 2001 From: jerry8hero Date: Sat, 22 Aug 2026 10:31:25 +0800 Subject: [PATCH] update: add lore under scm. Lore is Epic Games' next-generation, open source version control system, actively developed (regular v0.8.x releases, MIT, Rust). Co-Authored-By: Claude --- src/scm/lore.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/scm/lore.yml diff --git a/src/scm/lore.yml b/src/scm/lore.yml new file mode 100644 index 0000000..112bfee --- /dev/null +++ b/src/scm/lore.yml @@ -0,0 +1,19 @@ +lang: Rust +homepage: https://github.com/epicgames/lore +license: MIT + +desc: + cn: Lore 是一个开源版本控制系统,旨在实现数据和团队前所未有的可扩展性。 + en: Lore is an open source version control system designed for unprecedented scalability of both data and teams. +x: + source: https://github.com/epicgames/lore +rule: + darwin/curl: + cmd: curl -fsSL https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.sh | bash -s -- --demo + reference: https://github.com/epicgames/lore + linux/curl: + cmd: curl -fsSL https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.sh | bash -s -- --demo + reference: https://github.com/epicgames/lore + win/powershell: + cmd: x pwsh '$env:LORE_DEMO=1; irm https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.ps1 | iex' + reference: https://github.com/epicgames/lore