mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'vagrant'
|
||||||
pkgname=vagrant
|
pkgname=vagrant
|
||||||
version=2.4.0
|
version=2.4.0
|
||||||
revision=1
|
revision=2
|
||||||
archs="i686 x86_64*"
|
archs="i686 x86_64*"
|
||||||
build_style=gemspec
|
build_style=gemspec
|
||||||
depends="bsdtar curl openssh rsync"
|
depends="bsdtar curl openssh rsync"
|
||||||
short_desc="Tool for building and distributing development environments"
|
short_desc="Tool for building and distributing development environments"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="BUSL-1.1"
|
||||||
homepage="https://www.vagrantup.com/"
|
homepage="https://www.vagrantup.com/"
|
||||||
changelog="https://raw.githubusercontent.com/hashicorp/vagrant/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/hashicorp/vagrant/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"
|
distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"
|
||||||
checksum=b3b27cec956b864ad3ab333a819e3d5b5d769ecc159ea8af98c466aef2c069c5
|
checksum=b3b27cec956b864ad3ab333a819e3d5b5d769ecc159ea8af98c466aef2c069c5
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
repository=nonfree
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -e 's|, "< 3\.1"||g' -i vagrant.gemspec
|
vsed -e 's|, "< 3\.1"||g' -i vagrant.gemspec
|
||||||
|
|
Loading…
Add table
Reference in a new issue