0a63a4d914
This is a package to change the color of the text and background in the console, working both under Windows and other systems.
16 lines
471 B
Makefile
16 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/09/10 23:48:54 minskim Exp $
|
|
|
|
DISTNAME= go-colortext-1.0.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=daviddengcn/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/daviddengcn/go-colortext
|
|
COMMENT= Change the color of console text
|
|
LICENSE= mit
|
|
|
|
GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
|
|
GO_SRCPATH= github.com/daviddengcn/go-colortext
|
|
|
|
.include "../../lang/go/go-package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|