17 lines
443 B
Bash
17 lines
443 B
Bash
# Template file for 'mlog'
|
|
pkgname=mlog
|
|
version=0.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Merge log files by timestamp"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain"
|
|
homepage="https://github.com/leahneukirchen/mlog"
|
|
distfiles="https://github.com/leahneukirchen/mlog/archive/v${version}.tar.gz"
|
|
checksum=5efbe8bfe7ebdfc6722d9f0eef3652ee55fafefa88141fa60bce89cd5a3d29c3
|
|
|
|
do_install() {
|
|
vbin mlog
|
|
vman mlog.1
|
|
}
|