|
| 1 | +class FigmaExport < Formula |
| 2 | + desc "Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project." |
| 3 | + homepage "https://github.com/RedMadRobot/figma-export" |
| 4 | + url "https://github.com/RedMadRobot/figma-export/releases/download/0.37.1/figma-export.zip" |
| 5 | + sha256 "c8c81df41c8c76cfd224775efe4f036a1ce2f6ec9439434e1af54c219d4c8d80" |
| 6 | + |
| 7 | + def install |
| 8 | + bin.install "Release/figma-export" |
| 9 | + bin.install "Release/vd-tool/bin/vd-tool" |
| 10 | + bin.install "Release/figma-export_AndroidExport.bundle" |
| 11 | + bin.install "Release/figma-export_XcodeExport.bundle" |
| 12 | + lib.install "Release/vd-tool/lib/FastInfoset-1.2.15.jar" |
| 13 | + lib.install "Release/vd-tool/lib/aapt2-proto-4.1.0-alpha01-6193524.jar" |
| 14 | + lib.install "Release/vd-tool/lib/animal-sniffer-annotations-1.18.jar" |
| 15 | + lib.install "Release/vd-tool/lib/annotations-13.0.jar" |
| 16 | + lib.install "Release/vd-tool/lib/annotations-27.1.0.jar" |
| 17 | + lib.install "Release/vd-tool/lib/bcpkix-jdk15on-1.56.jar" |
| 18 | + lib.install "Release/vd-tool/lib/bcprov-jdk15on-1.56.jar" |
| 19 | + lib.install "Release/vd-tool/lib/builder-model-4.1.0.jar" |
| 20 | + lib.install "Release/vd-tool/lib/builder-test-api-4.1.0.jar" |
| 21 | + lib.install "Release/vd-tool/lib/checker-qual-2.8.1.jar" |
| 22 | + lib.install "Release/vd-tool/lib/common-27.1.0.jar" |
| 23 | + lib.install "Release/vd-tool/lib/commons-codec-1.10.jar" |
| 24 | + lib.install "Release/vd-tool/lib/commons-compress-1.12.jar" |
| 25 | + lib.install "Release/vd-tool/lib/commons-logging-1.2.jar" |
| 26 | + lib.install "Release/vd-tool/lib/ddmlib-27.1.0.jar" |
| 27 | + lib.install "Release/vd-tool/lib/dvlib-27.1.0.jar" |
| 28 | + lib.install "Release/vd-tool/lib/error_prone_annotations-2.3.2.jar" |
| 29 | + lib.install "Release/vd-tool/lib/failureaccess-1.0.1.jar" |
| 30 | + lib.install "Release/vd-tool/lib/gson-2.8.5.jar" |
| 31 | + lib.install "Release/vd-tool/lib/guava-28.1-jre.jar" |
| 32 | + lib.install "Release/vd-tool/lib/httpclient-4.5.6.jar" |
| 33 | + lib.install "Release/vd-tool/lib/httpcore-4.4.10.jar" |
| 34 | + lib.install "Release/vd-tool/lib/httpmime-4.5.6.jar" |
| 35 | + lib.install "Release/vd-tool/lib/istack-commons-runtime-3.0.7.jar" |
| 36 | + lib.install "Release/vd-tool/lib/j2objc-annotations-1.3.jar" |
| 37 | + lib.install "Release/vd-tool/lib/javax.activation-1.2.0.jar" |
| 38 | + lib.install "Release/vd-tool/lib/javax.activation-api-1.2.0.jar" |
| 39 | + lib.install "Release/vd-tool/lib/javax.inject-1.jar" |
| 40 | + lib.install "Release/vd-tool/lib/jaxb-api-2.3.1.jar" |
| 41 | + lib.install "Release/vd-tool/lib/jaxb-runtime-2.3.1.jar" |
| 42 | + lib.install "Release/vd-tool/lib/jimfs-1.1.jar" |
| 43 | + lib.install "Release/vd-tool/lib/jsr305-3.0.2.jar" |
| 44 | + lib.install "Release/vd-tool/lib/kotlin-reflect-1.3.72.jar" |
| 45 | + lib.install "Release/vd-tool/lib/kotlin-stdlib-1.3.72.jar" |
| 46 | + lib.install "Release/vd-tool/lib/kotlin-stdlib-common-1.3.72.jar" |
| 47 | + lib.install "Release/vd-tool/lib/kotlin-stdlib-jdk7-1.3.72.jar" |
| 48 | + lib.install "Release/vd-tool/lib/kotlin-stdlib-jdk8-1.3.72.jar" |
| 49 | + lib.install "Release/vd-tool/lib/kxml2-2.3.0.jar" |
| 50 | + lib.install "Release/vd-tool/lib/layoutlib-api-27.1.0.jar" |
| 51 | + lib.install "Release/vd-tool/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" |
| 52 | + lib.install "Release/vd-tool/lib/protobuf-java-3.10.0.jar" |
| 53 | + lib.install "Release/vd-tool/lib/protos-27.1.0.jar" |
| 54 | + lib.install "Release/vd-tool/lib/repository-27.1.0.jar" |
| 55 | + lib.install "Release/vd-tool/lib/sdk-common-27.1.0.jar" |
| 56 | + lib.install "Release/vd-tool/lib/sdklib-27.1.0.jar" |
| 57 | + lib.install "Release/vd-tool/lib/shared-27.1.0.jar" |
| 58 | + lib.install "Release/vd-tool/lib/stax-ex-1.8.jar" |
| 59 | + lib.install "Release/vd-tool/lib/trove4j-20160824.jar" |
| 60 | + lib.install "Release/vd-tool/lib/txw2-2.3.1.jar" |
| 61 | + lib.install "Release/vd-tool/lib/vd-tool.jar" |
| 62 | + end |
| 63 | +end |
0 commit comments