File: rules

package info (click to toggle)
r-cran-rhandsontable 0.3.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,224 kB
  • sloc: javascript: 87,435; sh: 50; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dh-r/r-cran.mk

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	mkdir -p $(debRlib)/$(cranNameOrig)/htmlwidgets/lib/handsontable
	mkdir -p $(debRlib)/$(cranNameOrig)/htmlwidgets/lib/chroma
	cp -a debian/JS/handsontable/*.min.* $(debRlib)/$(cranNameOrig)/htmlwidgets/lib/handsontable
	cp -a debian/JS/sparkline $(debRlib)/$(cranNameOrig)/htmlwidgets/lib
	cp -a debian/JS/chroma/chroma.min.js $(debRlib)/$(cranNameOrig)/htmlwidgets/lib/chroma