ports/sysutils/neofetch/Makefile

26 lines
461 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = system information tool written in bash
2023-08-18 18:38:43 +00:00
CATEGORIES = sysutils misc
2023-08-16 22:26:55 +00:00
GH_ACCOUNT = dylanaraps
GH_PROJECT = neofetch
GH_TAGNAME = 7.1.0
2023-08-18 18:38:43 +00:00
REVISION = 0
2023-08-16 22:26:55 +00:00
# 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>