File: build.sh

package info (click to toggle)
dxfile 0.5-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,432 kB
  • sloc: xml: 1,729; python: 1,406; makefile: 159; sh: 1
file content (8 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash
$PYTHON setup.py install

# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.