mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
now builds 2 packages keyman-config with the scripts to run and python3-keyman-config with the keymanconfig module
6 lines
121 B
Makefile
Executable file
6 lines
121 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
export PYBUILD_NAME=keymanconfig
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|