mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
8 lines
208 B
Makefile
Executable File
8 lines
208 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=revpipyload
|
|
export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/revpipyload/ --install-scripts=/usr/share/revpipyload/
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|