mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
15 lines
135 B
Bash
15 lines
135 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
mv libXi-* libxi
|
||
|
|
||
|
license=$(cat libxi/COPYING)
|
||
|
|
||
|
cat > $out <<EOF
|
||
|
<h2>libxi</h2>
|
||
|
|
||
|
<pre>
|
||
|
$license
|
||
|
</pre>
|
||
|
EOF
|