Page MenuHomePhorge

maidfile.toml
No OneTemporary

Size
526 B
Referenced Files
None
Subscribers
None

maidfile.toml

[tasks.build]
path = "build"
script = "meson compile"
[tasks.clean]
path = "build"
script = "meson clean"
[tasks.setup]
script = "bash -c 'CC=\"ccache /opt/homebrew/opt/llvm/bin/clang\" meson setup build --wipe -Dc_args=-DNO_EXECUTE_PERMISSION'"
[tasks.run]
script = ["maid build -q", "./build/ant %{arg.1}"]
[tasks.debug]
script = ["maid build -q", "./build/ant -d %{arg.1}"]
[tasks.install]
script = "bash -c 'which ant && cp ./build/ant \"$(which ant)\" || { mkdir -p ~/.local/bin && cp ./build/ant ~/.local/bin/; }'"

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 7:48 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
520053
Default Alt Text
maidfile.toml (526 B)

Event Timeline