#!/usr/bin/make -f


# Needed
# git clone https://github.com/sekrit-twc/vsxx/tree/ac2ba81f85a5acf9bb38ec1663b4b41927855705

%:
	dh $@

override_dh_auto_install:

	dh_install vscube.so /usr/lib/$(DEB_HOST_MULTIARCH)/vapoursynth

override_dh_installdocs:
	dh_installdocs README.md
