Jake Buchholz fb8ee2f0e4 testing/log_proxy: upgrade to 0.4.2
Fixes missing options in log_proxy_wrapper binary.

For more details, see https://github.com/metwork-framework/log_proxy/releases
2020-12-28 18:42:41 +00:00

29 lines
753 B
Plaintext

# Contributor: Jake Buchholz <tomalok@gmail.com>
# Maintainer: Jake Buchholz <tomalok@gmail.com>
pkgname=log_proxy
pkgver=0.4.2
pkgrel=0
pkgdesc="A tiny C utility for log rotation for apps that write their logs to stdout."
url="https://github.com/metwork-framework/log_proxy"
arch="all"
license="BSD-3-Clause"
makedepends="glib-dev"
source="
log_proxy-$pkgver.tar.gz::https://github.com/metwork-framework/log_proxy/archive/v$pkgver.tar.gz
"
builddir="$srcdir/$pkgname-$pkgver/src"
build() {
make
}
check() {
make test
}
package() {
make install DESTDIR="$pkgdir" PREFIX="/usr"
}
sha512sums="2bc59fe0561ab14b1288d360da2dfc00e1889272f6c6c416e274fe816dc7231bb9e7f89c3f17a3060d0da182ef1f824bf04a85982e311c88af2c277a2afe4afc log_proxy-0.4.2.tar.gz"