pkgsrc/misc/ansiweather/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2022/06/27 15:29:16 fcambus Exp $
DISTNAME= ansiweather-1.18.0
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
2016-06-09 08:23:38 +02:00
HOMEPAGE= https://github.com/fcambus/ansiweather/
COMMENT= Display current weather conditions in your terminal
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
USE_TOOLS+= cut:run date:run grep:run
DEPENDS+= curl-[0-9]*:../../www/curl
DEPENDS+= jq-[0-9]*:../../devel/jq
NO_CONFIGURE= yes
NO_BUILD= yes
DOCDIR= share/doc/ansiweather
EGDIR= share/examples/ansiweather
AUTO_MKDIRS= yes
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
do-install:
${RUN}${INSTALL_SCRIPT} ${WRKSRC}/ansiweather ${DESTDIR}${PREFIX}/bin
.for f in AUTHORS ChangeLog README.md ansiweather.plugin.zsh
${RUN}${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
.endfor
${RUN}${INSTALL_MAN} ${WRKSRC}/ansiweather.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${RUN}${INSTALL_DATA} ${WRKSRC}/ansiweatherrc.example \
${DESTDIR}${PREFIX}/${EGDIR}
.include "../../mk/bsd.pkg.mk"