diff options
author | davidovski <david@davidovski.xyz> | 2022-04-14 22:28:41 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-14 22:28:41 +0100 |
commit | 7cc715c1249422ddf91987be64a35eef43e3e62d (patch) | |
tree | fd706e77c0eaec256acf3dc24e781b5fc9f59d09 /templates/pypi.xibuild | |
parent | 734e13526a2ec3ced7f085e444fc9525dfad348b (diff) |
added auto create file
Diffstat (limited to 'templates/pypi.xibuild')
-rw-r--r-- | templates/pypi.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pypi.xibuild b/templates/pypi.xibuild index 20042b3..fbaeff2 100644 --- a/templates/pypi.xibuild +++ b/templates/pypi.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python" -DEPS="" +DEPS="%deps%" PKG_VER=%version% SOURCE=%url% |