Skip to content

Commit

Permalink
Added new .fury build file
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 7, 2024
1 parent b985fef commit f101ff8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .fury
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env bash
:<< "##"
┌─────────────────────────────────────────────────────────┐
│ Digression │
│ ‾‾‾‾‾‾‾‾‾‾ │
│ 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 build digression/core
description Build the core module
command test digression/test
description Test Sybolism
project digression
name Digression
website https://github.com/propensive/digression
description Make Scala stack traces more understandable
module core
compiler scala
sources src/core
include rudiments/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 f101ff8

Please sign in to comment.