summaryrefslogtreecommitdiffstats
path: root/science/openscad/DETAILS
blob: 8d69a9be8644f3c97ccbb1211a331719738dfc19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=openscad
         VERSION=2021.01
          SOURCE="${SPELL}-${VERSION}.src.tar.gz"
   SOURCE_URL[0]=https://files.${SPELL}.org/${SOURCE}
     SOURCE_HASH=sha512:8deaa26bf4c295c12da38f323d2b2e6f827851337f5bc1cc9c79afc083c9f913c19a263086e6e853bf2c8434c1ccc705ea22ddb02dc99d39bb1e5e03fc58d128
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://www.openscad.org"
      LICENSE[0]=GPL
         ENTERED=20190714
           SHORT="a software for creating solid 3D CAD objects"
cat << EOF
OpenSCAD is a free software application for creating solid 3D CAD
(computer-aided design) objects. It is a script-only based modeller that
uses its own description language; parts can be previewed, but it cannot be
interactively selected or modified by mouse in the 3D view. An OpenSCAD script
specifies geometric primitives (such as spheres, boxes, cylinders, etc.) and
defines how they are modified and combined (for instance by intersection,
difference, envelope combination and Minkowski sums) to render a 3D model.
As such, the program does constructive solid geometry (CSG).
EOF