Lines Matching full:github
167 [[github-download-url]]
168 ==== How to add a package from GitHub
170 Packages on GitHub often don't have a download area with release tarballs.
172 on GitHub. As GitHub is known to have changed download mechanisms in the
173 past, the 'github' helper function should be used as shown below.
178 FOO_SITE = $(call github,<user>,<package>,v$(FOO_VERSION))
183 - The tarball name generated by github matches the default one from
194 If the package you wish to add does have a release section on GitHub, the
208 'github' helper.
212 'github' helper function.
217 In a similar way to the +github+ macro described in
218 xref:github-download-url[], Buildroot also provides the +gitlab+ macro