23 lines
647 B
Bash
23 lines
647 B
Bash
# Template file for 'metalog'
|
|
pkgname=metalog
|
|
version=20181125
|
|
revision=1
|
|
wrksrc="$pkgname-$pkgname-$version"
|
|
build_style=gnu-configure
|
|
conf_files="/etc/metalog.conf"
|
|
hostmakedepends="autoconf autoconf-archive automake pkg-config"
|
|
makedepends="pcre-devel"
|
|
short_desc="Modern replacement for syslogd and klogd"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/hvisage/metalog"
|
|
distfiles="https://github.com/hvisage/metalog/archive/metalog-${version}.tar.gz"
|
|
checksum=d779f3bcd0ec4a8f1b7917fb5c4074e917387cec6718641bc6b391b32414343a
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vsv metalog
|
|
}
|