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