sunterlib/scsh/scratch/pkg-def.scm

13 lines
398 B
Scheme
Raw Normal View History

2012-01-23 00:45:40 -05:00
(define-package "scratch"
2012-01-23 00:16:47 -05:00
(0 1)
((install-lib-version (1 3 0)))
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-string "load.scm" 'scheme)
2012-01-23 00:45:40 -05:00
(install-file "scratch.scm" 'scheme))