vinisalazar / my-recipe-source

Example repository to demonstrate how to build a conda recipe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My-Recipe-Source

An example repository to build a conda package from my-recipe. It contains two programs:

  • bin/salt, a bash script.
  • src/pepper.c, a C program which must be compiled.

Installation:

make

Source code is in the src/ directory.
Executables are in the bin/ directory.

About

Example repository to demonstrate how to build a conda recipe.


Languages

Language:Makefile 74.7%Language:C 17.8%Language:Shell 7.5%