You are not logged in.
Hi,
Is there a way to write a
source=()field so that it fetches the source code of a Git repository that is hosted on Google Code. For instance, the ttf-google-fonts-git package has the line
source=("git://github.com/w0ng/googlefontdirectory.git") .Another way to phrase the question would be to ask if there is a way to access the .git file in Google Code.
Thanks,
Last edited by valandil (2017-07-04 13:24:02)
Offline
Never mind. The bare URL to the project works. It actually clones automatically.
Offline
Yup. You can always check if there are any packages that get code from Google Code and how the do it e.g. https://projects.archlinux.org/svntogit … kages/serf
Edit: This actually is svn, not git ;P
Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
Last edited by karol (2014-04-11 18:29:47)
Offline
Have a look at PKGBUILD(5), USING VCS SOURCES and the VCS PKGBUILD Guidelines wiki page.
Offline