aboutsummaryrefslogtreecommitdiffstats
path: root/community/multisort/APKBUILD
blob: b074d551ed7e95116ecaa3bb25fce57f5bd420ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=multisort
pkgver=1.1
pkgrel=1
pkgdesc="Tool to merge multiple logfiles"
url="https://www.xach.com/multisort/"
arch="all"
license="GPL-2.0-or-later"
source="http://www.xach.com/multisort/multisort-$pkgver.tar.gz
	multisort-syslog-support.patch"

build() {
	make
}

package() {
	install -d "$pkgdir/usr/bin/"
	install -s "$builddir/multisort" "$pkgdir/usr/bin/"
}

sha512sums="346be785a223814086536bfc8aacb11122ca91cf6cb63c8bbe2ae70f323bd36812f25575114c1422c431f658328bbb7fc75b839e74b7f37c12c4a3f179e05e1b  multisort-1.1.tar.gz
2e9158ae9717245033bb389e99642991ee4d5b340f0228392bc0cc3cd6ab036dcccb1effd92bd8d4b96e5187901af64c49a07413b524fc17d3c504f99047bee4  multisort-syslog-support.patch"