Skip to content

Commit

Permalink
Simpler build
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 18, 2024
1 parent 997086f commit 4286056
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .fury
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env bash
:<< "##"
┌─────────────────────────────────────────────────────────┐
│ Polyvinyl │
│ ‾‾‾‾‾‾‾‾‾ │
│ 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 package polyvinyl/package
description Create a distributable polyvinyl.jar package
command compile polyvinyl/core
description Build the project
default compile
project polyvinyl
name Polyvinyl
website https://github.com/propensive/polyvinyl
description Typesafe record types for Scala
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 4286056

Please sign in to comment.