diff --git a/xclip.be0 b/xclip.be0 new file mode 100755 index 000000000..81a2b899e --- /dev/null +++ b/xclip.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xclip-0.13-0 + +#SRCURL[0]="https://github.com/astrand/xclip/archive/refs/tags/${PKGVERSION}.tar.gz xclip-${PKGVERSION}.tar.gz" +SRCURL[0]="/src/mariux/md5repo/81e49f56288f299e3389a019f2550ad2/xclip-0.13.tar.gz" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +mee_patch() { + bee_patch "${@}" + start_cmd autoreconf +} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}