# Maintainer: Justin ! # Ex Maintainer: Jean-Francois Chevrette _pkgname='mtail' pkgname="${_pkgname}-bin" pkgver=3.0.0 pkgrel=1 pkgdesc='extract whitebox monitoring data from application logs for collection in a timeseries database' arch=('x86_64') url='https://github.com/google/mtail' license=('Apache') conflicts=("${_pkgname}") source=("https://github.com/google/mtail/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.gz") sha256sums=('bfdb85c0115bea97068285018079679e8ba80befd11eabd1bb4fb1fb1524d38c') package() { cd "${srcdir}" install -Dm755 "mtail" "${pkgdir}/usr/bin/mtail" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" }