You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup maven 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup raphw byte-buddy 1.18.9 byte-buddy-
|
|
github.tarball_from archive
|
|
revision 0
|
|
checksums rmd160 d8faf7a9d34f04f1a5b3390aefbb2197c8252f3e \
|
|
sha256 0ca14444639ab22d942de07f3657bc6197a70f5146e94b110f75f7833c152b6a \
|
|
size 3424917
|
|
|
|
categories java
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description Byte Buddy is a code generation and manipulation library.
|
|
long_description ${description}
|
|
|
|
homepage https://bytebuddy.net/
|
|
|
|
use_zip yes
|
|
|
|
maven.gradle_home ${name}
|
|
destroot {
|
|
xinstall -m 0755 -d ${destroot}${prefix}/share/java
|
|
xinstall -m 0644 ${worksrcpath}/${name}/target/${name}-${version}-jdk5.jar \
|
|
${destroot}${prefix}/share/java/${name}.jar
|
|
}
|