Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
add noarch test package
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 2, 2014
1 parent c7520fd commit 6824e82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-noarch/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

echo "Hello, I'm a noarch package" > $PREFIX/hello.txt
9 changes: 9 additions & 0 deletions test-noarch/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is a sample conda recipe, which is used for testing features
# in the conda build command.

package:
name: test-noarch
version: 1.0

build:
noarch: True

0 comments on commit 6824e82

Please sign in to comment.