init
This commit is contained in:
commit
6d18b36ab5
5 changed files with 1124 additions and 0 deletions
19
devbox.json
Normal file
19
devbox.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$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'"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue