pkgsrc/devel/R-clipr/Makefile
mef 745ae58dae (devel/R-clipr) Updated 0.7.0 to 0.7.1
## clipr 0.7.1
- Call xsel with the `--output` flag, which prevents RStudio from
  hanging when calling clipr functions on a system running certain
  Linux window managers. Thank you to @cgillespie and @kevinushey for
  identifying the bug and the solution, and to @hannahcgunderman for
  help in testing.
2020-12-13 23:36:57 +00:00

16 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/12/13 23:36:57 mef Exp $
R_PKGNAME= clipr
R_PKGVER= 0.7.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Read and write from the system clipboard
LICENSE= gnu-gpl-v3
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"