Skip to content

Commit

Permalink
install_v1.0.0_deepmicrobes added
Browse files Browse the repository at this point in the history
  • Loading branch information
jayramr committed Sep 15, 2022
1 parent ab8a706 commit e67a5a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions recipes/deepmicrobes/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
set -eu -o pipefail

outdir=$PREFIX/share/$PKG_NAME-$PKG_VERSION-$PKG_BUILDNUM
mkdir -p $outdir
mkdir -p $PREFIX/bin
cp -R * $outdir/
cp $RECIPE_DIR/DeepMicrobes.py $outdir/deepmicrobes
ls -l $outdir
ln -s $outdir/deepmicrobes $PREFIX/bin
chmod 0755 "${PREFIX}/bin/deepmicrobes"
1 change: 0 additions & 1 deletion recipes/deepmicrobes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ source:
sha256: 57b88e6658ab09ed1688bd18280750e675fb390c4e85b0011fc34dfb53a83ffc

build:
script: mkdir -p $PREFIX/bin ; mv *.py $PREFIX/bin
number: 0
noarch: generic

Expand Down

0 comments on commit e67a5a1

Please sign in to comment.