You are not logged in.
Pages: 1
Not sure if this should go in the "AUR Discussion" forum or here, but:
http://aur.archlinux.org/packages.php?SeB=m&K=veox
I've been adding some Common Lisp packages to AUR lately. Most importantly, the dependency tree needed to install CFFI. The PKGBUILDs and install scripts aren't ideal (mostly skipping 'tests' compilation and not installing documentation), but they work.
It would be great if people with CL gave some feedback on installation, usage, perhaps some tips on improvement.
As you understand, this hasn't been tested by anyone but me. So don't use on your production machine(s).
P.S. If you'd like to add some more CL packages to AUR, there are guidelines at the wiki (slightly incomplete, though). I've mostly built on the base of cl-ppcre.
Last edited by veox (2009-07-29 19:51:22)
Offline
Hey! I took a (quick, sorry!) glance at these, and they seem good!
One issue (a bug from my very own cl-ppcre's .install file, I'm guessing) is that clisp-new-clx is tested for twice in some of the .install files, instead of once for that and once for vanilla clisp.
Packaging lisp for the AUR is definitely one of those awkward, grey-area things (since a lot of lispers just prefer to use asdf-install or similar), so I'm glad there's someone else out there who likes the idea (-:
Do you have any particular packaging goals for all this, or is the plan for now just to make more lisp stuff easily available?
Offline
(Ugh, sorry for the delay, I had an expired address listed in the forums.)
The second case. :) Getting into ASDF was a little too steep for me when I first wanted to install just-that-one-thing. Besides, not using pacman means there's stuff in the system that's unaccounted (!).
Last edited by veox (2009-08-13 10:57:01)
Offline
Now there's also cl-hunchentoot (and its dependency tree).
Offline
Pages: 1