openscad: add longDescription and license
longDescription is taken from openscad homepage.
This commit is contained in:
parent
ee322d440c
commit
9f04208116
@ -22,7 +22,19 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "3D parametric model compiler";
|
description = "3D parametric model compiler";
|
||||||
|
longDescription = ''
|
||||||
|
OpenSCAD is a software for creating solid 3D CAD objects. It is free
|
||||||
|
software and available for Linux/UNIX, MS Windows and Mac OS X.
|
||||||
|
|
||||||
|
Unlike most free software for creating 3D models (such as the famous
|
||||||
|
application Blender) it does not focus on the artistic aspects of 3D
|
||||||
|
modelling but instead on the CAD aspects. Thus it might be the
|
||||||
|
application you are looking for when you are planning to create 3D models of
|
||||||
|
machine parts but pretty sure is not what you are looking for when you are more
|
||||||
|
interested in creating computer-animated movies.
|
||||||
|
'';
|
||||||
homepage = "http://openscad.org/";
|
homepage = "http://openscad.org/";
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = with stdenv.lib.platforms;
|
platforms = with stdenv.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
maintainers = with stdenv.lib.maintainers;
|
maintainers = with stdenv.lib.maintainers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user