File: rules

package info (click to toggle)
emacs-libvterm 0.0.2%2Bgit20230217.3e5a9b7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 392 kB
  • sloc: ansic: 1,901; lisp: 1,419; sh: 57; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

ELPA_NAME=vterm
export ELPA_NAME

%:
	dh $@ --with elpa

execute_before_dh_auto_build:
	echo ";;; set load-path for vterm-module.so -*- lexical-binding: t; -*-" > vterm-load-path.el
	echo "(add-to-list 'load-path \"/usr/lib/${DEB_HOST_MULTIARCH}/emacs-libvterm\")" >> vterm-load-path.el