pkgname=fsmark
pkgver=git
pkgrel=1
arch=('i386' 'x86_64')
url="https://github.com/josefbacik/fs_mark.git"
license=('GPL')
source=("https://github.com/josefbacik/fs_mark.git")
md5sums=('SKIP')

build()
{
	cd "${srcdir}/fs_mark"
	make fs_mark
}

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