diff --git a/recipes/sicp.el b/recipes/sicp.el new file mode 100644 index 00000000..fa8939dc --- /dev/null +++ b/recipes/sicp.el @@ -0,0 +1,6 @@ +(:name sicp + :type http + :url "http://www.neilvandyke.org/sicp-texi/sicp.info.gz" + ;; el-get thinks it's downloading some .el source file + :build ("mv sicp.el sicp.info.gz" "gunzip sicp.info.gz") + :info ".") \ No newline at end of file