This commit is contained in:
Dimitri Fontaine 2010-09-29 11:45:14 +02:00
parent 69684f84a5
commit 72b4068452

6
recipes/sicp.el Normal file
View File

@ -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 ".")