mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/logrotate: add check
This commit is contained in:
parent
2e7292a10f
commit
7540f00a97
@ -8,6 +8,7 @@ url="https://github.com/logrotate/logrotate"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="popt-dev autoconf automake libtool"
|
||||
checkdepends="coreutils"
|
||||
subpackages="$pkgname-doc $pkgname-openrc"
|
||||
source="$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz
|
||||
logrotate.cron
|
||||
@ -31,6 +32,10 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user