Rust implementation of [forgebuild](https://tildegit.org/forge/build)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
southerntofu 34a5840aa0 Add support for --inbox/--inbox-folder 1 year ago
spec@891b8aabbf Add support for --inbox/--inbox-folder 1 year ago
src Add support for --inbox/--inbox-folder 1 year ago
tests Some tests 3 years ago
.gitignore Start CLI 3 years ago
.gitmodules Load translations properly when forgebuild is not setup, just cloned 1 year ago
Cargo.lock Support setuid mode 2 years ago
Cargo.toml Support setuid mode 2 years ago
README.md Add translations in submodule 3 years ago

README.md

git-build.rs

Rust reimplementation of git-build.sh

Running

Requires the translation files to run. They are included in a submodule, you need to use --recursive with git:

git clone --recursive https://tildegit.org/southerntofu/git-build.rs
LANG=fr LOG=debug I18N=~/git-build.sh/i18n/ cargo run --release

Status

Experimental, not working (yet)