diff options
Diffstat (limited to 'packages/custom-vm-meta/PKGBUILD')
-rw-r--r-- | packages/custom-vm-meta/PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/custom-vm-meta/PKGBUILD b/packages/custom-vm-meta/PKGBUILD new file mode 100644 index 0000000..670df13 --- /dev/null +++ b/packages/custom-vm-meta/PKGBUILD @@ -0,0 +1,16 @@ +pkgname=custom-vm-meta +pkgver=0.1 +pkgrel=1 +pkgdesc='Meta package to install packages related to virtualization' +url='https://code.kummerlaender.eu/dotfiles/' +arch=('any') + +depends=( + qemu + vde2 + gtk-vnc + net-tools + bridge-utils + virtualbox + virtualbox-host-dkms +) |