# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>

pkgname=cockpit-machines
pkgver=251
pkgrel=1
pkgdesc='Cockpit UI for virtual machines'
arch=('x86_64')
url='https://github.com/cockpit-project/cockpit-machines'
license=(LGPL)
depends=(cockpit libvirt-dbus)
optdepends=("virt-install: create new virtual machines")
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('272cc3da352a824a9d5f299b867907f522768659f7eaa9fb2229a58a276d95b0')

package() {
  cd $pkgname
  make DESTDIR="$pkgdir" install
}
