Edit

IABSD.fr/ports/textproc/htmlq/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2023-06-11 09:38:58
    Hash : 0697302b
    Message : Import textproc/htmlq, a tool like jq that uses CSS selectors to extract bits of content from HTML files. From Xi Lu (lx () shellcodes ! org) who also takes MAINTAINER ok sthen

  • textproc/htmlq/Makefile
  • COMMENT =		like jq, but for HTML
    
    GH_ACCOUNT =            mgdm
    GH_PROJECT =            htmlq
    GH_TAGNAME =            v0.4.0
    
    CATEGORIES =		textproc
    
    MAINTAINER =		Xi Lu <lx@shellcodes.org>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		${MODCARGO_WANTLIB} m
    
    MODULES =		devel/cargo
    
    # for riscv64 and powerpc64, please keep: libc >= 0.2.113
    MODCARGO_CRATES_UPDATE =libc
    
    CONFIGURE_STYLE =	cargo
    SEPARATE_BUILD =	Yes
    
    .include "crates.inc"
    .include <bsd.port.mk>