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

19 lines
232 B
Bash
Raw Normal View History

2025-11-07 00:44:08 +01:00
#!/bin/bash -e
rm -rf capnp_src
rm *.cc *.h
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