mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: mlog-0.1
This commit is contained in:
parent
ee49c30884
commit
5087f33d0b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/mlog/template
Normal file
16
srcpkgs/mlog/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue