You are not logged in.
I've been using svn as an alternative to ABS to pull down specific packages for building. Here is what I have in my ~/.zshrc or ~/.bashrc.
1) Is there a more efficient method of implementation? Perhaps in the step where I validate the user provided package name?
2) Any comments are welcomed.
https://gist.github.com/graysky2/123a92d045bb02ce7634
Last edited by graysky (2014-08-14 22:02:16)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
So it does the same as "abs core/gcc"?
Offline
@Allan - Didn't know abs took tokens like that. Pretty neat. I see two advantages of my method:
1) Users don't need to know which repo the package is in (core, extra, or community) since the scriptlet figures it out.
2) Users can optionally get the files associated with trunk rather than what's in the repos.
Thanks for the reply!
Last edited by graysky (2014-08-15 19:01:14)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline