pkgname=kvm-unit-tests
pkgver=git
pkgrel=1
arch=('i386' 'x86_64')
url="https://gitlab.com/kvm-unit-tests/kvm-unit-tests"
license=('GPL')
source=("https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git")
md5sums=('SKIP')

build()
{
	cd "${srcdir}/${pkgname}"
	./configure
	make
}

package() {
	mkdir -p "${pkgdir}/lkp/benchmarks"
	cp -af "${srcdir}/${pkgname}" "${pkgdir}/lkp/benchmarks"
}
