mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Install pkgbuild-introspection during provisioning
It includes mkaurball that is needed to produce "source package" for AUR.
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -12,7 +12,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
config.vm.define "arch" do |c|
|
||||
c.vm.box = "cameronmalek/arch1403"
|
||||
c.vm.provision "shell", inline: "pacman -Sy && pacman -S --noconfirm make python2-pip fakeroot binutils && pip2 install nose"
|
||||
c.vm.provision "shell", inline: "pacman -Sy && pacman -S --noconfirm make python2-pip fakeroot binutils pkgbuild-introspection && pip2 install nose"
|
||||
end
|
||||
|
||||
config.vm.define "ubuntu-trusty" do |c|
|
||||
|
||||
Reference in New Issue
Block a user