Crates.io | wake-build |
lib.rs | wake-build |
version | 0.1.1 |
source | src |
created_at | 2022-06-24 06:40:40.630721 |
updated_at | 2022-06-24 06:43:04.939098 |
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+Linuxwake
wake -s .wake/install.Wakefile
make
on GNU+Linuxmake
make install
Available on AUR.
wake new -n <project_name> -l <language>
wake
for an existing projectmkdir .wake
touch WakeFileList
touch .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)