| 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/ |
| 4 | |
| 5 | pkgname=timebench |
| 6 | pkgver=0.1 |
| 7 | pkgrel=1 |
| 8 | pkgdesc='Perl script to compare time and CPU consumption of given commands or alghoritms' |
| 9 | arch=('any') |
| 10 | license=('GPL') |
| 11 | url="http://aur.archlinux.org/packages.php?ID=36368" |
| 12 | depends=('perl') |
| 13 | source=('timebench.pl') |
| 14 | md5sums=('bc640784daafa9a9436a439da2af7ad6') |
| 15 | |
| 16 | build() { |
| 17 | mkdir -p ${pkgdir}/usr/bin |
| 18 | cp -f ${srcdir}/timebench.pl ${pkgdir}/usr/bin/timebench |
| 19 | chmod -R 755 ${pkgdir}/ |
| 20 | } |