1 2 3 4 5 6 7 8
#!/bin/sh DEPS="musl" DESC="GNU C++ standard library" package () { add_from_main "usr/lib/libstdc++.so*" }