Skip to content
Snippets Groups Projects
Commit e2ab0d29 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by alice
Browse files

main/diffutils: drop check dependency on coreutils

needed only for one test out of 300+
parent 05c899b5
No related branches found
No related tags found
Loading
Checking pipeline status
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=diffutils
pkgver=3.8
pkgrel=0
pkgrel=1
pkgdesc="Show differences among files"
subpackages="$pkgname-doc"
url="https://www.gnu.org/software/diffutils/"
arch="all"
license="GPL-3.0-or-later"
checkdepends="coreutils perl"
# cyclic dependency during bootstrap:
# m4 -> diffutils -> coreutils -> bash -> flex -> bison -> m4
[ -n "$BOOTSTRAP" ] && options="$options !check"
checkdepends="perl"
source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz
skip-test-presue-output-tty.patch
"
builddir=$srcdir/$pkgname-$pkgver
build() {
./configure \
--build=$CBUILD \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment