New package: multitime-1.3

This commit is contained in:
Duncaen 2018-02-04 23:10:31 +01:00
parent 85b255c6e1
commit 77d2b3a6d8
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Template file for 'multitime'
pkgname=multitime
version=1.3
revision=1
build_style=gnu-configure
short_desc="Time command execution over multiple executions"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT"
homepage="http://tratt.net/laurie/src/multitime/"
distfiles="http://tratt.net/laurie/src/multitime/releases/multitime-${version}.tar.gz"
checksum=ec546e2ecacf508a6ec8efa86768ca2aab2385fb6843c96a0f036315e726587c
post_extract() {
sed -e 's|/man/|/share/man/|g' -i Makefile.in
}