# Maintainer: zapp-brannigan (fuerst.reinje@web.de) pkgname=vdo pkgrel=1 pkgver=6.2.2.24 pkgdesc='Userspace tools for managing VDO volumes' arch=('x86_64') url="https://github.com/dm-vdo/vdo" license=('GPL2') depends=('kvdo-dkms' 'python-yaml' 'device-mapper') source=("$pkgname-$pkgver.tar.gz::https://github.com/dm-vdo/vdo/archive/$pkgver.tar.gz") sha256sums=('7f3f92312b02218a2078d6545a750c573a3e17e93285dcce653532999672cefe') build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" \ unitdir=/usr/lib/systemd/system \ presetdir=/usr/lib/systemd/system-preset \ mandir=/usr/share/man \ install }