| Crates.io | wake-build |
| lib.rs | wake-build |
| version | 0.1.1 |
| created_at | 2022-06-24 06:40:40.630721+00 |
| updated_at | 2022-06-24 06:43:04.939098+00 |
| description | Rust-written Make alternative |
| homepage | |
| repository | |
| max_upload_size | |
| id | 612233 |
| size | 19,846 |
Wake is a rust written "make" alternative.
Right now you can build the app just from source.
cargo (git)cd in itcargo build -r and su -c 'install -Dm755 -t /bin/ target/release/wake && chmod +x /bin/wake' for global installation on GNU+Linuxcargo install --path . for local installation on Windows/GNU+Linuxcargo (release)cargo install wake for local installation on Windows/GNU+Linuxwake binary on GNU+Linuxwakewake -s .wake/install.Wakefilemake on GNU+Linuxmakemake installAvailable on AUR.
wake new -n <project_name> -l <language>wake for an existing projectmkdir .waketouch WakeFileListtouch .wake/main.Wakefile.wake/main.Wakefile with your build instructionsWakeFileList with the .Wakefile(s) you want to build (if the file is in .wake folder, just put the name of the file + .Wakefile)