upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / cockpit-machines / trunk / PKGBUILD
blobcea0e44945fa4fa6d6ab60a213df2e768e112924
1 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
3 pkgname=cockpit-machines
4 pkgver=290
5 pkgrel=1
6 pkgdesc='Cockpit UI for virtual machines'
7 arch=('x86_64')
8 url='https://github.com/cockpit-project/cockpit-machines'
9 license=(LGPL)
10 depends=(cockpit libvirt-dbus)
11 optdepends=("virt-install: create new virtual machines")
12 source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
13 sha256sums=('f076966d67a0e568b8783cd045e252cf18189969cd1af164778a040d6bf68920')
15 package() {
16   cd $pkgname
17   make DESTDIR="$pkgdir" install