-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fury
executable file
·108 lines (91 loc) · 3.25 KB
/
.fury
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#!/usr/bin/env bash
:<< "##"
┌─────────────────────────────────────────────────────────┐
│ Fury │
│ ‾‾‾‾ │
│ This file contains a Fury build definition. │
│ Fury can be downloaded from https://fury.build/ │
│ or your can just run this file on the command line. │
└─────────────────────────────────────────────────────────┘
ecosystem vent 6 https://github.com/propensive/vent main
command dist fury/executable
description Build the complete Fury distribution
command compile fury/cli
description Compile Fury's CLI module
command test fury/run-tests
description Run Fury's tests
default compile
project fury
name Fury
description A build tool for Scala
keywords build build-tool scala java
website https://fury.build/
license apache-2
module model
compiler scala
include acyclicity/core
include aviation/core
include cellulose/core
include escritoire/core
include exoskeleton/completions
include jacinta/core
include octogenarian/core
include punctuation/core
include telekinesis/client
include xylophone/core
sources src/model
main fury.Main
module engine
compiler scala
sources src/engine
include fury/model
include anthology/scala
# include amok/cli
include anthology/java
include revolution/core
include harlequin/ansi
include dendrology/dag
include zeppelin/core
include ethereal/core
include embarcadero/core
module cli
compiler scala
sources src/cli
include fury/engine
include hallucination/core
include impressionism/core
include eucalyptus/ansi
include eucalyptus/syslog
module test
compiler scala
sources src/test
include probably/cli
include fury/model
exec run-tests
main fury.Tests
include fury/test
artifact executable
basis tools
path dist/fury
main fury.main
counter res/build.id
prefix etc/prefix1
prefix res/build.id
prefix etc/prefix2
executable yes
resource res/logo.png logo.png
resource res/logo2.png logo2.png
resource res/build.id build.id
include fury/cli
stream latest
lifetime 7
guarantee functionality
stream stable
lifetime 180
guarantee source
##
code=H4sIAAAAAAAAA1WQzW6CUBCF9zzF5IagpuFH8KINwU1t04XGB5Au4P4IkQsUvdUmrPpEfbI+QwdITLubmZM558vhMTFf97tn12Epy4Urdf\
vpXlRDIokKH3YSNbE5ScRhsYpo5C88hXMwzisFZaorfG0Br38lT/18fQ+3iaFjchQXp3dzMl2UnEQHsCUQUxJ467qpYHmNWwOb+lqVdcqL6gimJ\
palTrxowW5Q5bhOr2gE9vsebNS7jum2BPu8hcQw9WzdG1oWy1XN4eE2+HeduBUXmM/AX7tcfLiVLsvoHviUC3bq03YbCnl6zqGWMLgcUJ8qTjFt\
BPXXiXF3QGjUzlqNIblIOdgs8P/FzAjEENAwXPJMho9hOmfBMs2oz6nH53JJA+5nfQEj4kiVGD3Xdqi1B3vpW3McJBoohto8YvwCkFcY9LsBAAA=
eval "$(echo $code | base64 -d | gzip -d)"