summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 222ecd122555bfe83c473e405a55331e2f608360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Anthony HAMON <hamon.anth@gmail.com>
pkgname=goller
pkgver=2.2.0
pkgrel=1
pkgdesc="Command line log parser to aggregate fields and count occurences"
arch=('x86_64' 'i686')
url="https://github.com/antham/goller"
license=('GPL')
source=("https://github.com/antham/goller/releases/download/v2.2.0/goller_linux_386")
md5sums=("4cd29582e6073d5fcbc495d3acceae89")

package() {
    install -Dm755 "goller_linux_386" "$pkgdir/usr/bin/$pkgname"
}