20 lines
474 B
JSON
20 lines
474 B
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
|
||
|
|
"packages": [
|
||
|
|
"android-tools@latest",
|
||
|
|
"geoclue2-with-demo-agent@latest",
|
||
|
|
"wget@latest",
|
||
|
|
"dbus@latest"
|
||
|
|
],
|
||
|
|
"shell": {
|
||
|
|
"scripts": {
|
||
|
|
"init": [
|
||
|
|
"./geobridge.sh --init"
|
||
|
|
],
|
||
|
|
"serve": [
|
||
|
|
"dbus-run-session -- sh -c '/usr/libexec/geoclue-2.0/demos/agent >/tmp/geoclue-agent.log 2>&1 & ./geobridge.sh'"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|