Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2595 from mariux64/add-xclip-0.13
xclip: Add version 0.13
  • Loading branch information
david committed Mar 30, 2022
2 parents c9f6a1b + 649c8e6 commit 6021895
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 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
#}

0 comments on commit 6021895

Please sign in to comment.