File:  [cvs.NetBSD.org] / pkgsrc / sysutils / pfetch / Makefile
Revision 1.10: download - view: text, annotated - select for diffs
Mon Nov 4 05:05:27 2024 UTC (3 months, 1 week ago) by fox
Branches: MAIN
CVS tags: HEAD
sysutils/pfetch: Update to 1.6.0

Changes since 1.5.0:

1.6.0

What's Changed

  * Fix parameter substitution on BSD by @merdely in #48
  * Adding a man page by @danielhejduk in #51
  * Fixed typos by @polluks in #52 and #53
  * Support custom ASCII art
  * Proper error when uname is unavailible

New Contributors

  * @merdely made their first contribution in #48

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.5.0...1.6.0

# $NetBSD: Makefile,v 1.10 2024/11/04 05:05:27 fox Exp $

DISTNAME=	pfetch-1.6.0
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_GITHUB:=Un1q32/}

MAINTAINER=	fox@NetBSD.org
HOMEPAGE=	https://github.com/Un1q32/pfetch
COMMENT=	Pretty system information tool written in POSIX sh
LICENSE=	mit

USE_LANGUAGES=	# none

NO_BUILD=	yes

INSTALLATION_DIRS+=	bin

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} \
		${DESTDIR}${PREFIX}/bin/${PKGBASE}

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>