On Fri, Aug 08, 2014 at 07:15:27PM -0500, Guy Grant wrote:
> A bitmap font, aimed at programming.
> Patch attatched. Feel free to comment on it... not sure if it's best as a
> seperate module, or in fonts.scm. The latter only has ttf in it now, so yeah.

That there are only ttfs so far is a coincidence. I would put the package
fonts.scm.

> +(define-public font-terminus
> +               "mirror://sourceforge/project/terminus-font"

The name of the package should be the same as of the source tarball, so it
should be "terminus-font". We have exceptions for perl and python modules
with a special naming scheme. It would be conceivable to do the same for
fonts, but I do not think it is really needed.

> +         #:tests? #f))

Please add a comment (supposedly, there is no test target here).

Andreas


Reply via email to