#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := config/keybindings.yaml

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

execute_before_dh_auto_configure:
	cp -a debian/vendor $(CURDIR)

override_dh_auto_install:
	dh_auto_install -- --no-source
