mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-12 11:39:50 +00:00
9 lines
250 B
Makefile
Executable File
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"
|