klayout/src/plugins/streamers/lstream/db_plugin/fetch.sh

20 lines
251 B
Bash
Raw Normal View History

2025-11-07 00:44:08 +01:00
#!/bin/bash -e
rm -rf capnp_src
2025-11-07 00:46:59 +01:00
mkdir capnp_src
rm -f *.cc *.h
2025-11-07 00:44:08 +01:00
tmp=.tmp
rm -rf $tmp
mkdir $tmp
cd $tmp
git clone ssh://git@codeberg.org/klayoutmatthias/lstream.git .
cp capnp/*.capnp ../capnp_src
cp db_plugin/*{cc,h} ..
cd ..
./capnp_compile.sh