mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +03:00
15 lines
143 B
Bash
15 lines
143 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
mv libXext-* libxext
|
||
|
|
||
|
license=$(cat libxext/COPYING)
|
||
|
|
||
|
cat > $out <<EOF
|
||
|
<h2>libxext</h2>
|
||
|
|
||
|
<pre>
|
||
|
$license
|
||
|
</pre>
|
||
|
EOF
|