Rust implementation of [forgebuild](https://tildegit.org/forge/build)
Go to file
southerntofu 5bee567e34 Expand relative basedir 2020-11-25 21:58:00 +01:00
i18n@5fd01cce80 Add translations in submodule 2020-07-11 17:53:11 +02:00
src Expand relative basedir 2020-11-25 21:58:00 +01:00
tests Some tests 2020-07-01 17:17:54 +02:00
.gitignore Start CLI 2020-05-01 12:48:22 +02:00
.gitmodules Add translations in submodule 2020-07-11 17:53:11 +02:00
Cargo.lock Run sourceless tasks, respect opt-in task.hosts list of hostnames 2020-11-25 12:07:08 +01:00
Cargo.toml Run sourceless tasks, respect opt-in task.hosts list of hostnames 2020-11-25 12:07:08 +01:00
README.md Add translations in submodule 2020-07-11 17:53:11 +02:00

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)