mirror of
https://github.com/urbit/shrub.git
synced 2025-01-07 05:26:56 +03:00
15 lines
191 B
Bash
15 lines
191 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
mv xcb-util-renderutil-* xcb-util-renderutil
|
||
|
|
||
|
license=$(cat xcb-util-renderutil/COPYING)
|
||
|
|
||
|
cat > $out <<EOF
|
||
|
<h2>xcb-util-renderutil</h2>
|
||
|
|
||
|
<pre>
|
||
|
$license
|
||
|
</pre>
|
||
|
EOF
|