mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
metalog: update to 20230707
This commit is contained in:
parent
ef9f2d60fa
commit
e8bbb2b754
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'metalog'
|
# Template file for 'metalog'
|
||||||
pkgname=metalog
|
pkgname=metalog
|
||||||
version=20220214
|
version=20230707
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/metalog.conf"
|
conf_files="/etc/metalog.conf"
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Modern replacement for syslogd and klogd"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/hvisage/metalog"
|
homepage="https://github.com/hvisage/metalog"
|
||||||
|
changelog="https://github.com/hvisage/metalog/blob/master/NEWS"
|
||||||
distfiles="https://github.com/hvisage/metalog/archive/metalog-${version}.tar.gz"
|
distfiles="https://github.com/hvisage/metalog/archive/metalog-${version}.tar.gz"
|
||||||
checksum=3a9dd6f1460d90296771c81aa71fc0f45dd25ef22af63f48e6cbe5422a88f3bf
|
checksum=135caf2cc9ce48364f7cd39a58c904cbd63631c9963e1c239b2df8b2ca023dc1
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
@ -19,4 +20,8 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv metalog
|
vsv metalog
|
||||||
|
|
||||||
|
# Disable logging for metaloga to avoid any issues
|
||||||
|
# https://github.com/void-linux/void-packages/pull/44912#issuecomment-1625625388
|
||||||
|
rm -rf "${DESTDIR}/etc/sv/metalog/log"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue