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

Commit

Permalink
add example for a very simple C package
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 28, 2013
1 parent 4f18682 commit 98b7b9b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions filebin/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

make

BIN=$PREFIX/bin
mkdir $BIN
cp filebin $BIN
11 changes: 11 additions & 0 deletions filebin/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package:
name: filebin
version: 1.0.0

test:
commands:
- filebin -v

source:
git_url: [email protected]:ilanschnell/filebin.git
git_tag: 1.0.0

0 comments on commit 98b7b9b

Please sign in to comment.