Skip to content

Commit

Permalink
logisim-evolution: platforms any, remove gradle dep
Browse files Browse the repository at this point in the history
  • Loading branch information
harens authored Apr 1, 2023
1 parent 2c8244d commit b4600f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cad/logisim-evolution/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ github.tarball_from archive
revision 0

categories cad education java
platforms any
supported_archs noarch
license GPL-3
maintainers {@harens harens} openmaintainer
Expand Down Expand Up @@ -42,11 +43,6 @@ java.fallback openjdk17

use_configure no

depends_build-append \
port:gradle

set javadir ${prefix}/share/java/${name}

# From apple commander port, which also modifies gradle-wrapper.properties
proc percent_encode {str} {
return [subst [regsub -all {[^a-zA-Z0-9/.~_-]} $str {%[format %02x [scan {&} %c]]}]]
Expand Down

0 comments on commit b4600f3

Please sign in to comment.