1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer: Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
8 pkgdesc='Perl script to compare time and CPU consumption of given commands or alghoritms'
11 url="http://aur.archlinux.org/packages.php?ID=36368"
13 source=('timebench.pl')
14 md5sums=('bc640784daafa9a9436a439da2af7ad6')
17 mkdir -p ${pkgdir}/usr/bin
18 cp -f ${srcdir}/timebench.pl ${pkgdir}/usr/bin/timebench
19 chmod -R 755 ${pkgdir}/