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.
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: | 48 |
Popularity: | 0.27 |
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, mokee-repo) (optional) – support for repo repositories
- svn (subversion) (optional) – support for subversion repositories
- unison (unison-git) (optional) – support for unison as a vcs
- vcsh (vcsh-git) (optional) – support for vcsh
Sources (1)
caleb commented on 2020-02-24 07:35
pabs commented on 2019-11-09 08:21
Please update the URL for this package from http to https.
th-fr commented on 2018-03-29 12:45
There is no package named "gitk", the program gitk belongs to the package "git".
caleb commented on 2017-04-22 14:35
@ayekat You're right that is kind of silly and useless. That code was leftover from a previous maintainer. I've just cleaned it up a bit.
ayekat commented on 2017-04-22 13:56
Printing messages like "Building...", "Testing..." and "Installing..." seems a bit redundant, given that makepkg already prints the names of the executed functions (build(), check(), package(), ...).
--update-- thanks!
caleb commented on 2017-03-24 09:22
@ataraxy I've updated this package using the actual tagged releases, that hack to use the git head version should be obsolete. If there is a need for a git head version of this I'd be happy to maintain a package for that, but this one will track the released version.
@meantonyaharding This package should be back in business, thanks for the notification.
Ataraxy commented on 2017-03-08 05:14
Source no longer exists. Workaround using the git repo:
--- PKGBUILD 2017-03-08 12:01:55.994235105 +0700
+++ PKGBUILD.ravi 2017-03-08 12:01:42.397490179 +0700
@@ -29,12 +29,15 @@
'vcsh: support for vcsh')
url="http://myrepos.branchable.com"
license=('GPL2')
-source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/joeyh/$pkgname/tar.gz/$pkgver)
-sha256sums=('8d1632792a950a7d8684fd7c35fabf1ac52d6caab2ffab93a5c0b20e47d899da')
+source=($pkgname.git::git+https://git.joeyh.name/git/myrepos.git/)
+sha256sums=('SKIP')
provides=('mr' 'myrepos' 'webcheckout')
conflicts=('mr' 'webcheckout')
+export PATH="$PATH:/usr/bin/core_perl"
build() {
+ git clone "$srcdir/myrepos.git" "$srcdir/$pkgname-$pkgver"
+
cd "$srcdir/$pkgname-$pkgver"
msg2 'Building...'
makepkg && sudo pacman -U myrepos-1.20160122-1-any.pkg.tar.xz
meantonyaharding commented on 2017-03-04 22:07
The mr dev took myrepos off git because they changed their TOS. The new repo location is: https://git.joeyh.name/git/myrepos.git/
flungo commented on 2017-02-04 11:27
I don't know if one or the other is best (or better) practice for `PKGBUILD` files but I tested both of the following modifications and they worked:
- Changing `make` in the `build()` function to `PATH="$PATH:/usr/bin/core_perl" make`.
- Adding `export PATH="$PATH:/usr/bin/core_perl"` after the initial definitions and before the function definitions.
svvac commented on 2017-01-15 19:18
Building fails for me because pod2man was not in the path. Adding /usr/bin/core_perl did it.
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.