Commits
Christopher Chavez authored and Chris Jones committed 5bb765b3964
8 8 | long_description Grails aims to bring the "coding by convention" paradigm to Groovy. \ |
9 9 | It's an open-source web application framework that leverages the Groovy \ |
10 10 | language and complements Java Web development. \ |
11 11 | You can use Grails as a standalone development environment that hides all \ |
12 12 | configuration details or integrate your Java business logic. \ |
13 13 | Grails aims to make development as simple as possible and hence \ |
14 14 | should appeal to a wide range of developers not just those from the Java community. |
15 15 | homepage http://www.grails.org/ |
16 16 | license Apache-2 |
17 17 | platforms darwin |
18 - | conflicts grails-devel |
19 18 | distname ${name}-${version} |
20 19 | master_sites http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/ |
21 20 | checksums md5 9edbfe19b50a59872653d5322e424fa5 \ |
22 21 | sha1 b77a86b5ae36e73dd20acc0996cd04db5390a994 \ |
23 22 | rmd160 184a2ef989c43911d45f71e9913a8da5a197bfe9 |
24 23 | |
25 24 | worksrcdir ${name}-${version} |
26 25 | set workTarget "" |
27 26 | |
28 27 | use_zip yes |