Edit

IABSD.fr/ports/sysutils/neofetch/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:57:10
    Hash : 2b3700e3
    Message : drop RCS Ids

  • sysutils/neofetch/Makefile
  • COMMENT =	system information tool written in bash
    CATEGORIES =	sysutils misc
    
    GH_ACCOUNT =	dylanaraps
    GH_PROJECT =	neofetch
    GH_TAGNAME =	7.1.0
    REVISION =	0
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    RUN_DEPENDS =	shells/bash
    
    NO_BUILD =	Yes
    
    NO_TEST =	Yes
    
    PKG_ARCH =	*
    
    # A little nicer than the upstream install target.
    do-install:
    	${INSTALL_SCRIPT} ${WRKSRC}/neofetch ${PREFIX}/bin/neofetch
    	${INSTALL_MAN} ${WRKSRC}/neofetch.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>