You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
540 B

package third_party.cmd
@App
@AutoCmd(preserve_locals=true)
@Build(script="$(EXTERNAL_MAKE)")
@BuildArtifactPath(cppflags="-I$(abspath
$(EXTERNAL_BUILD_DIR))/third_party/cmd/kodi/install/include")
@Cmd(name = "kodi",
help = "A free and open source media-player and entertainment hub
",
man = '''
NAME
A free and open source media-player and entertainment hub
''')
module kodi{
depends embox.compat.posix.proc.sigwait_stub
depends embox.compat.posix.pthread_stack_stub
depends embox.compat.posix.pthread_scope_stub
}