Date: Thursday, April 15, 2021 @ 12:17:14 Author: mtorromeo Revision: 919026
cockpit-machines moved to separate package Added: cockpit-machines/ cockpit-machines/trunk/ cockpit-machines/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) Added: cockpit-machines/trunk/PKGBUILD =================================================================== --- cockpit-machines/trunk/PKGBUILD (rev 0) +++ cockpit-machines/trunk/PKGBUILD 2021-04-15 12:17:14 UTC (rev 919026) @@ -0,0 +1,18 @@ +# Maintainer: Massimiliano Torromeo <[email protected]> + +pkgname=cockpit-machines +pkgver=243 +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=('00db5d32982223a8424dfaef7562ca64dddd2af25ad23735f3e44421547e9a22') + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}
