Skip to content

Commit

Permalink
textproc/jq: Add tests; Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Sep 8, 2023
1 parent dae775c commit ab8d7b5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions textproc/jq/Makefile
Expand Up @@ -11,15 +11,20 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

USES= autoreconf cpe gmake libtool
USE_CSTD= gnu99
USE_LDCONFIG= yes

CPE_VENDOR= ${PORTNAME}_project

USE_GITHUB= yes
GH_ACCOUNT= stedolan

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir="${DOCSDIR}" \
--disable-maintainer-mode
USE_CSTD= gnu99
USE_LDCONFIG= yes

INSTALL_TARGET= install-strip
TEST_TARGET= check # 3 tests fail, see https://github.com/jqlang/jq/issues/2885

PORTDOCS= *

Expand Down

0 comments on commit ab8d7b5

Please sign in to comment.