mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
vagrant: move to nonfree
This commit is contained in:
parent
c6b8874e55
commit
cedda1bf13
1 changed files with 3 additions and 2 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'vagrant'
|
||||
pkgname=vagrant
|
||||
version=2.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs="i686 x86_64*"
|
||||
build_style=gemspec
|
||||
depends="bsdtar curl openssh rsync"
|
||||
short_desc="Tool for building and distributing development environments"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="MIT"
|
||||
license="BUSL-1.1"
|
||||
homepage="https://www.vagrantup.com/"
|
||||
changelog="https://raw.githubusercontent.com/hashicorp/vagrant/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"
|
||||
checksum=b3b27cec956b864ad3ab333a819e3d5b5d769ecc159ea8af98c466aef2c069c5
|
||||
nocross=yes
|
||||
repository=nonfree
|
||||
|
||||
post_extract() {
|
||||
vsed -e 's|, "< 3\.1"||g' -i vagrant.gemspec
|
||||
|
|
Loading…
Add table
Reference in a new issue