Commits

Nils Breunese authored and Perry E. Metzger committed 43579d474bc
spring-boot-cli: use java PortGroup
No tags

java/spring-boot-cli/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 -PortSystem 1.0
3 +PortSystem 1.0
4 +PortGroup java 1.0
4 5
5 6 name spring-boot-cli
6 7 version 2.2.1
7 -revision 0
8 +revision 1
8 9
9 10 categories java
10 11 platforms darwin
11 12 maintainers {breun.nl:nils @breun} openmaintainer
12 13 license Apache-2
13 14 supported_archs noarch
14 15
15 16 description Spring Boot CLI -- An opinionated view of building \
16 17 production-ready Spring applications.
17 18
30 31 distname ${name}-${version}.RELEASE-bin
31 32
32 33 checksums rmd160 83d48e9dae11e450d6898e8bed2430eec36e0e7a \
33 34 sha256 6ae3f96bfeb666321610d6ca4d81cc24356aef4ccf414ba04cdf1e183bdaf89d \
34 35 size 11365642
35 36
36 37 worksrcdir spring-${version}.RELEASE
37 38
38 39 use_configure no
39 40
41 +java.version 1.8+
42 +java.fallback openjdk8
43 +
40 44 build {}
41 45
42 46 destroot {
43 47 set target ${destroot}${prefix}/share/java/${name}
44 48
45 49 # Create the target java directory
46 50 xinstall -m 755 -d ${target}
47 51
48 52 # Copy over the needed elements of our directory tree
49 53 foreach d { bin lib } {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut