aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pygtail/APKBUILD
blob: d613e11c68058dbea04fd8fe815baeea927eba6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pygtail
_pkgname=pygtail
pkgver=0.10.1
pkgrel=0
pkgdesc="Reads log file lines that have not been read"
url="https://github.com/bgreenlee/pygtail"
arch="noarch"
license="GPL-2.0-or-later"
depends="python3"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="c712bc0cd485f1cb89c9c5957ce8359a83df20c354094983f1ddf517006038e0a94dbcb2db4afdf87499140efb8e50f39944d98f6f63e8d64a8e5579edbc5652  pygtail-0.10.1.tar.gz"