From 649c8e634601b74ca275744a7d467ab3e41a19d5 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Mon, 21 Mar 2022 10:27:00 +0100 Subject: [PATCH] xclip: Add version 0.13 xclip is a tool to copy stuff from the terminal into the clipboard or primary buffer (like xsel). But pass changed from xsel to xclip which makes it kind of necessary for pass to be used properly. Why build_in_sourcedir? Otherwise: ``` [BEE] => entering bee_build() .. [BEE] make make: *** No rule to make target 'Makefile.in', needed by 'Makefile'. Stop. ``` --- xclip.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 xclip.be0 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 +#}