Skip to content

Commit

Permalink
Add license to build
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Apr 8, 2024
1 parent 81fc86f commit 6016620
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .fury
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env bash
:<< "##"
┌─────────────────────────────────────────────────────────┐
│ Oubliette │
│ ‾‾‾‾‾‾‾‾‾ │
│ 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 compile oubliette/core
default compile
project oubliette
name Oubliette
website https://github.com/propensive/oubliette
license apache-2
description Launch new JVMs from Scala by remote control
module java
compiler java
sources src/java
module core
compiler scala
sources src/core
include oubliette/java
include imperial/core
include coaxial/core
include galilei/core
include hellenism/core
##

code=H4sIAAAAAAAAA1WQzW6CUBCF9zzF5IagpuFH8KINwU1t04XGB5Au4P4IkQsUvdUmrPpEfbI+QwdITLubmZM558vhMTFf97tn12Epy4Urdf\
vpXlRDIokKH3YSNbE5ScRhsYpo5C88hXMwzisFZaorfG0Br38lT/18fQ+3iaFjchQXp3dzMl2UnEQHsCUQUxJ467qpYHmNWwOb+lqVdcqL6gimJ\
palTrxowW5Q5bhOr2gE9vsebNS7jum2BPu8hcQw9WzdG1oWy1XN4eE2+HeduBUXmM/AX7tcfLiVLsvoHviUC3bq03YbCnl6zqGWMLgcUJ8qTjFt\
BPXXiXF3QGjUzlqNIblIOdgs8P/FzAjEENAwXPJMho9hOmfBMs2oz6nH53JJA+5nfQEj4kiVGD3Xdqi1B3vpW3McJBoohto8YvwCkFcY9LsBAAA=

eval "$(echo $code | base64 -d | gzip -d)"

0 comments on commit 6016620

Please sign in to comment.