diff --git a/rpcsvc-proto.be0 b/rpcsvc-proto.be0 new file mode 100755 index 000000000..7c524b557 --- /dev/null +++ b/rpcsvc-proto.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION rpcsvc-proto-1.4.2-0 + +# more info: https://foo.bar.com + +SRCURL[0]="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PKGVERSION}/rpcsvc-proto-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}