Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <[email protected]>
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
return {
|
|
name = "mytool",
|
|
version = "1.0",
|
|
summary = "Example custom-build package",
|
|
url = "mytool-1.0.tar.gz",
|
|
deps = {},
|
|
build_system = "custom",
|
|
build_script = "build.sh",
|
|
}
|