Added recipe for fortpy

This commit is contained in:
Conrad Rosenbrock 2014-06-20 10:48:13 -06:00
parent 9736d8f6c3
commit c08a3820af
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
/working/*
/epkgs
**.elc
*~
.#*
/.cask
/html/archive.json

3
recipes/fortpy Normal file
View file

@ -0,0 +1,3 @@
(fortpy :fetcher github
:repo "rosenbrockc/fortpy-el"
:files ("fortpy*" "Makefile" "setup.py"))