Search Criteria
Package Details: vagrant-git 2.4.2.dev+000013.26a1ff10.69.g71150ee3d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vagrant-git.git (read-only, click to copy) |
---|---|
Package Base: | vagrant-git |
Description: | Build and distribute virtualized development environments |
Upstream URL: | https://vagrantup.com |
Licenses: | BUSL-1.1 |
Conflicts: | vagrant, vagrant-substrate, vagrant-substrate-git |
Provides: | vagrant |
Submitter: | gtmanfred |
Maintainer: | hcartiaux |
Last Packager: | hcartiaux |
Votes: | 9 |
Popularity: | 0.59 |
First Submitted: | 2013-09-03 20:50 (UTC) |
Last Updated: | 2024-10-06 06:39 (UTC) |
Dependencies (12)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libarchive (libarchive-gitAUR)
- libssh2 (libssh2-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- perl (perl-gitAUR)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
- ruby
- xz (xz-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-sylixosAUR, gcc-go) (make)
- dnsmasq (pi-hole-ftlAUR, dnsmasq-gitAUR) (optional) – if using libvirt
Required by (11)
- devops-tools (requires vagrant)
- fdroidserver (requires vagrant) (optional)
- fdroidserver-git (requires vagrant) (optional)
- glise-bin (requires vagrant)
- outrun-git (requires vagrant) (check)
- pycharm-eap (requires vagrant) (optional)
- pycharm-professional (requires vagrant) (optional)
- vagrant-manager-bin (requires vagrant)
- vagrant-manager-git (requires vagrant)
- vagrant-vmware-utility (requires vagrant)
- vagrant-vmware-utility-bin (requires vagrant)
Latest Comments
1 2 3 4 Next › Last »
hcartiaux commented on 2024-10-03 07:46 (UTC)
You will find an updated PKGBUILD here, rebased on the vagrant 2.4.1-2 PKGBUILD in extra:
https://gist.github.com/hcartiaux/cf6ac5529eb337ccb6c2cf887c75bddf
Please update or give me co-maintainership permissions ;)
mudejar commented on 2022-09-07 16:00 (UTC) (edited on 2022-09-07 16:03 (UTC) by mudejar)
This package is broken now because git no longer supports the git:// protocol so the following addresses result in a timeout:
git://github.com/hashicorp/vagrant-installers.git
git://github.com/hashicorp/vagrant.git
This can be fixed by changing the MAKEPKG code lines referencing these repos so that they point to the following instead:
git+https://github.com/hashicorp/vagrant-installers.git
git+https://github.com/hashicorp/vagrant.git
(lines 19-20 of the MAKEPKG)
newsboost commented on 2021-10-05 08:56 (UTC) (edited on 2021-10-05 08:56 (UTC) by newsboost)
Maybe it's me who don't understand the concept here, but I just tried this:
Doesn't look right...
rageltman commented on 2021-01-15 01:25 (UTC)
Needs
ruby-net-ssh
along with SCP gem:yenlegion commented on 2020-11-12 11:02 (UTC)
Same, the main package at https://www.archlinux.org/packages/community/x86_64/vagrant/ is out of date as well. Several versions behind. The Vagrant website specifically mentions not to use a repo, is this package okay to use, once fixed?
magickreeator commented on 2020-11-10 07:36 (UTC) (edited on 2020-11-10 07:39 (UTC) by magickreeator)
I'm having a problem
How can I fix this?
wizonesolutions commented on 2020-01-23 20:35 (UTC)
After building with RVM and version 2.6.3:
Did I miss something?
Twiki commented on 2019-04-23 16:11 (UTC) (edited on 2019-04-23 16:41 (UTC) by Twiki)
The repo has moved to here : https://github.com/hashicorp/vagrant-installers EDIT: Forgot the second : https://github.com/hashicorp/vagrant-installers Mitchell's company. EDIT 2: And there is a message here : https://github.com/mitchellh/osext "Don't use this anymore! Use the official library at: https://github.com/kardianos/osext"
1 2 3 4 Next › Last »