package third_party

@AutoCmd
@Build(script="$(EXTERNAL_MAKE)")
@Cmd(name = "tinypy",
	help = "Python interpreter",
	man = '''
		NAME
			tinypy - Python interpreter
		SYNOPSIS
			tinypy [script]
		AUTHORS
			Nikolay Korotkiy - original port
	''')
module tinypy {
	source "^BUILD/extbld/^MOD_PATH/install/tinypy.o"

	depends embox.compat.libc.all
	depends embox.compat.posix.LibPosix
	depends embox.compat.libc.stdlib.system
	depends embox.framework.LibFramework
}
