depot: recipe for pkg/nitpicker

This pkg is useful for using an instance of nitpicker as a video bridge.
This commit is contained in:
Norman Feske 2023-03-16 14:16:45 +01:00 committed by Christian Helmuth
parent 118fff0472
commit 7927c0b540
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Runtime for manually deploying instances of the nitpicker GUI server

View File

@ -0,0 +1 @@
_/src/nitpicker

View File

@ -0,0 +1 @@
2023-03-12 ee2426500c664a7a9f46971373de108beb6d72a2

View File

@ -0,0 +1,11 @@
<runtime ram="12M" caps="200" binary="nitpicker">
<requires> <timer/> <report/> </requires>
<provides> <gui/> <capture/> <event/> </provides>
<content>
<rom label="ld.lib.so"/>
<rom label="nitpicker"/>
</content>
</runtime>