Loading docs/manual/adding-packages-generic.txt +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ information is (assuming the package name is +libfoo+) : types for retrieving package tarballs. Git, Subversion, Mercurial, and Bazaar are supported URL types for retrieving packages directly from source code management systems. There is a helper function to make it easier to download source tarballs from github (refer to it easier to download source tarballs from GitHub (refer to xref:github-download-url[] for details). A filesystem path may be used to specify either a tarball or a directory containing the package source code. See +LIBFOO_SITE_METHOD+ below for more details on how Loading docs/manual/adding-packages-tips.txt +3 −3 Original line number Diff line number Diff line Loading @@ -34,11 +34,11 @@ using the following rules: [[github-download-url]] ==== How to add a package from github ==== How to add a package from GitHub Packages on github often don't have a download area with release tarballs. Packages on GitHub often don't have a download area with release tarballs. However, it is possible to download tarballs directly from the repository on github. As github is known to have changed download mechanisms in the on GitHub. As GitHub is known to have changed download mechanisms in the past, the 'github' helper function should be used as shown below. ------------------------ Loading package/e2tools/e2tools.mk +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ E2TOOLS_VERSION = 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 E2TOOLS_SITE = $(call github,ndim,e2tools,$(E2TOOLS_VERSION)) # Source coming from github, no configure included. # Source coming from GitHub, no configure included. E2TOOLS_AUTORECONF = YES E2TOOLS_LICENSE = GPLv2 E2TOOLS_LICENSE_FILES = COPYING Loading package/libsha1/libsha1.mk +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ LIBSHA1_LICENSE_FILES = COPYING LIBSHA1_INSTALL_STAGING = YES # We're getting the source code from Github, so there is no generated # We're getting the source code from GitHub, so there is no generated # configure script in the tarball. LIBSHA1_AUTORECONF = YES Loading package/pkg-download.mk +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ notdomain=$(patsubst $(call domain,$(1),$(2))$(call domainseparator,$(2))%,%,$(c # default domainseparator is /, specify alternative value as first argument domainseparator=$(if $(1),$(1),/) # github(user,package,version): returns site of github repository # github(user,package,version): returns site of GitHub repository github = https://github.com/$(1)/$(2)/archive/$(3) ################################################################################ Loading Loading
docs/manual/adding-packages-generic.txt +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ information is (assuming the package name is +libfoo+) : types for retrieving package tarballs. Git, Subversion, Mercurial, and Bazaar are supported URL types for retrieving packages directly from source code management systems. There is a helper function to make it easier to download source tarballs from github (refer to it easier to download source tarballs from GitHub (refer to xref:github-download-url[] for details). A filesystem path may be used to specify either a tarball or a directory containing the package source code. See +LIBFOO_SITE_METHOD+ below for more details on how Loading
docs/manual/adding-packages-tips.txt +3 −3 Original line number Diff line number Diff line Loading @@ -34,11 +34,11 @@ using the following rules: [[github-download-url]] ==== How to add a package from github ==== How to add a package from GitHub Packages on github often don't have a download area with release tarballs. Packages on GitHub often don't have a download area with release tarballs. However, it is possible to download tarballs directly from the repository on github. As github is known to have changed download mechanisms in the on GitHub. As GitHub is known to have changed download mechanisms in the past, the 'github' helper function should be used as shown below. ------------------------ Loading
package/e2tools/e2tools.mk +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ E2TOOLS_VERSION = 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 E2TOOLS_SITE = $(call github,ndim,e2tools,$(E2TOOLS_VERSION)) # Source coming from github, no configure included. # Source coming from GitHub, no configure included. E2TOOLS_AUTORECONF = YES E2TOOLS_LICENSE = GPLv2 E2TOOLS_LICENSE_FILES = COPYING Loading
package/libsha1/libsha1.mk +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ LIBSHA1_LICENSE_FILES = COPYING LIBSHA1_INSTALL_STAGING = YES # We're getting the source code from Github, so there is no generated # We're getting the source code from GitHub, so there is no generated # configure script in the tarball. LIBSHA1_AUTORECONF = YES Loading
package/pkg-download.mk +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ notdomain=$(patsubst $(call domain,$(1),$(2))$(call domainseparator,$(2))%,%,$(c # default domainseparator is /, specify alternative value as first argument domainseparator=$(if $(1),$(1),/) # github(user,package,version): returns site of github repository # github(user,package,version): returns site of GitHub repository github = https://github.com/$(1)/$(2)/archive/$(3) ################################################################################ Loading