updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / timebench / PKGBUILD
blobee165aaf84a338aad54b84487b241bf92663f667
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/
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')
16 build() {
17         mkdir -p ${pkgdir}/usr/bin
18         cp -f ${srcdir}/timebench.pl ${pkgdir}/usr/bin/timebench
19         chmod -R 755 ${pkgdir}/