mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
15 lines
139 B
Bash
15 lines
139 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
mv libxcb-* libxcb
|
||
|
|
||
|
license=$(cat libxcb/COPYING)
|
||
|
|
||
|
cat > $out <<EOF
|
||
|
<h2>libxcb</h2>
|
||
|
|
||
|
<pre>
|
||
|
$license
|
||
|
</pre>
|
||
|
EOF
|