http://pastebin.com/rTeW6R7L
New PKGBUILD, fixed whitespace in dependencies.
Search Criteria
Package Details: myrepos 1.20180726-2
Git Clone URL: | https://aur.archlinux.org/myrepos.git (read-only, click to copy) |
---|---|
Package Base: | myrepos |
Description: | Multiple Repository management tool |
Upstream URL: | https://myrepos.branchable.com |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | vdemeester |
Maintainer: | caleb |
Last Packager: | caleb |
Votes: | 49 |
Popularity: | 0.99 |
First Submitted: | 2013-08-06 12:48 |
Last Updated: | 2020-02-24 07:34 |
Dependencies (15)
- perl (perl-git)
- git (git-git) (make)
- bzr (bzr-bzr, breezy) (optional) – support for bzr repositories
- cvs (cvs-feature) (optional) – support for cvs repositories
- darcs (optional) – support for darcs repositories
- git (git-git) (optional) – support for git repositories
- git-annex (git-annex-cabal, git-annex-stack, git-annex-standalone) (optional) – support for git-annex clones
- mercurial (mercurial-hg, mercurial-stable-hg) (optional) – support for mercurial repositories
- perl-html-parser (optional) – support for webcheckout
- perl-libwww (optional) – support for webcheckout
- perl-uri (optional) – support for webcheckout heuristically guessing partial URLs
- repo (repo-git, repo-mokee) (optional) – support for repo repositories
- svn (subversion) (optional) – support for subversion repositories
- unison (unison-git, unison-2.48.4) (optional) – support for unison as a vcs
- vcsh (vcsh-git) (optional) – support for vcsh
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
Anonymous comment on 2011-07-10 09:18
Anonymous comment on 2011-05-14 12:48
bjornfor: I adopted the package. Thanks for the heads up!
Anonymous comment on 2011-05-14 10:09
peti: Thanks for the updated PKGBUILD :-) Unfortunately I don't have an Archlinux system to test on now, would you like to adopt the package?
Anonymous comment on 2011-05-11 09:56
Version 1.03 is out. I've copied a an updated kgbuild here: <http://pastebin.com/RT9aMtxX>.
Anonymous comment on 2011-04-18 13:50
Dieter_be, thanks for noticing. Unfortunately I need some help here. webcheckout needs LWP::Simple and HTML::Parser. What is the proper way to pull them in? (BTW, I think perl-lwp-simple was already listed as a dependency when I took over the package.)
Dieter_be commented on 2011-04-18 08:04
the dependency perl-lwp-simple cannot be find in arch repos or AUR
npouillard commented on 2011-03-24 15:30
Nevermind I have to adapt my config to source etc/profile.d/perlbin.sh
Anonymous comment on 2011-03-24 08:49
Hm, why isn't pod2man in your path already? I have (out-of-the-box):
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl
$ grep -rn core_perl /etc/ 2>/dev/null
/etc/profile.d/perlbin.sh:16:[ -d /usr/bin/core_perl ] &&
/etc/profile.d/perlbin.sh:17: PATH=$PATH:/usr/bin/core_perl
$ pacman -Qo /etc/profile.d/perlbin.sh
/etc/profile.d/perlbin.sh is owned by perl 5.12.3-1
npouillard commented on 2011-03-23 20:18
I get:
/bin/sh: pod2man: command not found
make: *** [build] Error 127
What about using?
PATH=/usr/bin/core_perl:$PATH make || return 1
Pinned Comments
caleb commented on 2020-02-24 07:35
PSA: I've started hosting this as a prebuilt package in my repository for those that want to install it using
pacman
without messing around with building from the AUR.