mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/inotail: new aport. Fixes #5809
This commit is contained in:
parent
7df43776fd
commit
f58f05903b
29
testing/inotail/APKBUILD
Normal file
29
testing/inotail/APKBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=inotail
|
||||
pkgver=0.5
|
||||
pkgrel=0
|
||||
pkgdesc="A fast and lightweight version of tail using inotify"
|
||||
url="http://distanz.ch/inotail/"
|
||||
arch="all"
|
||||
license="GPL2"
|
||||
depends=""
|
||||
makedepends="linux-headers"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://distanz.ch/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make prefix="$pkgdir"/usr install
|
||||
}
|
||||
|
||||
md5sums="82d4d05f86d6069e95c4b73e4004f15f inotail-0.5.tar.bz2"
|
||||
sha256sums="476dd5020e5f7aa7b077cdc79d62d1f3f27ae6d8a5d48e247cebe4f85807e90e inotail-0.5.tar.bz2"
|
||||
sha512sums="f8f06e0771f43f3251fbfb75f25ea569e651c9e878f7d855135016aca6af659e8b16ddadfeec77b80667fdff7069606a1d20eed83436836a6fc1cb6040ec8e7a inotail-0.5.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user