mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
8 lines
195 B
Makefile
Executable file
8 lines
195 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
export PYBUILD_NAME=keyman-config
|
|
export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/keyman-config/
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|