15f84b5208
Provides a function kitten() which creates cute little packages which pass R package checks. This sets it apart from package.skeleton() which it calls, and which leaves imperfect files behind. As this is not exactly helpful for beginners, kitten() offers an alternative.
14 lines
349 B
Makefile
14 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/09/19 21:10:20 mef Exp $
|
|
|
|
R_PKGNAME= pkgKitten
|
|
R_PKGVER= 0.1.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Create Simple Packages Which Do not Upset R Package Checks
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|