1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-12 11:39:50 +00:00
2016-06-22 13:22:41 -04:00

9 lines
250 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
dh_prep
dh_installdirs
bash -c "pyvenv --system-site-packages env && source env/bin/activate && pip install -r requirements.txt && python3 build.py --clean && python3 package.py --runtime-pkg"