2009-09-26 22:12:31 +00:00
|
|
|
# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
2018-04-20 05:28:35 -05:00
|
|
|
PortGroup github 1.0
|
2009-09-26 22:12:31 +00:00
|
|
|
|
2018-04-20 05:28:35 -05:00
|
|
|
github.setup UltraMixer JarBundler 3.3.0
|
2009-09-26 22:12:31 +00:00
|
|
|
name jarbundler
|
2013-11-26 20:23:14 +00:00
|
|
|
maintainers nomaintainer
|
2009-09-26 22:12:31 +00:00
|
|
|
categories java devel
|
2018-04-20 05:28:35 -05:00
|
|
|
license Apache-2
|
2011-11-01 20:39:59 +00:00
|
|
|
supported_archs noarch
|
|
|
|
|
|
2018-04-20 05:28:35 -05:00
|
|
|
description JarBundler is a maven task that creates a macOS app bundle \
|
|
|
|
|
from jar files and a main class
|
2009-09-26 22:12:31 +00:00
|
|
|
long_description ${description}
|
|
|
|
|
|
2022-10-31 09:46:21 +11:00
|
|
|
platforms any
|
2009-09-26 22:12:31 +00:00
|
|
|
|
2018-04-20 05:28:35 -05:00
|
|
|
github.tarball_from releases
|
|
|
|
|
extract.suffix .jar
|
|
|
|
|
distname ${name}-core-${version}
|
|
|
|
|
extract.only
|
2009-09-26 22:12:31 +00:00
|
|
|
|
2018-04-20 05:28:35 -05:00
|
|
|
checksums rmd160 3039be12261037549c3531a05f59a29ecbd1b0ca \
|
|
|
|
|
sha256 45d5058864f762af36bc9b73b6ccd858dffd973b765f2e947850648d4975d731 \
|
|
|
|
|
size 22946
|
2014-05-12 11:36:49 +00:00
|
|
|
|
2009-09-26 22:12:31 +00:00
|
|
|
use_configure no
|
|
|
|
|
|
2018-04-20 05:28:35 -05:00
|
|
|
build {}
|
2009-09-26 22:12:31 +00:00
|
|
|
|
|
|
|
|
destroot {
|
2018-04-20 05:28:35 -05:00
|
|
|
xinstall -m 0755 -d ${destroot}${prefix}/share/java
|
|
|
|
|
copy ${distpath}/${distfiles} ${destroot}${prefix}/share/java/${name}-core.jar
|
|
|
|
|
ln -s ${name}-core.jar ${destroot}${prefix}/share/java/${name}.jar
|
2009-09-26 22:12:31 +00:00
|
|
|
}
|