neofetch: pkglint, and make sure there's a proper bash shebang

Thank you voidpin!
This commit is contained in:
Charlotte Koch 2020-02-12 18:33:42 -08:00
parent 4b65068bcd
commit a56dc02834
2 changed files with 5 additions and 2 deletions

View File

@ -7,9 +7,12 @@ GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/dylanaraps/neofetch
COMMENT= A command-line system information tool written in bash 3.2+
COMMENT= Command-line system information tool written in bash 3.2+
LICENSE= mit
REPLACE_BASH+= neofetch
USE_TOOLS+= bash:run
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"

View File

@ -1,3 +1,3 @@
@comment $NetBSD$
bin/neofetch
share/man/man1/neofetch.1
man/man1/neofetch.1