Skip to content

Commit

Permalink
xclip: Add version 0.13
Browse files Browse the repository at this point in the history
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.

```
  • Loading branch information
niclas committed Mar 21, 2022
1 parent 3020521 commit 649c8e6
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions xclip.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 649c8e6

Please sign in to comment.