diff options
Diffstat (limited to 'scripts/package-build/pyhumps/package.toml')
-rw-r--r-- | scripts/package-build/pyhumps/package.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/package-build/pyhumps/package.toml b/scripts/package-build/pyhumps/package.toml new file mode 100644 index 00000000..a358d128 --- /dev/null +++ b/scripts/package-build/pyhumps/package.toml @@ -0,0 +1,5 @@ +[[packages]] +name = "humps" +commit_id = "v3.8.0" +scm_url = "https://github.com/nficano/humps.git" +build_cmd = "python3 setup.py --command-packages=stdeb.command bdist_deb; cp deb_dist/*.deb .." |