Skip to content

Commit

Permalink
Merge pull request #1035 from mariux64/update-libzip-from-0.10-to-1.5.1
Browse files Browse the repository at this point in the history
Update libzip from 0.10 to 1.5.1
  • Loading branch information
donald authored Feb 11, 2019
2 parents 9623beb + c48c1bf commit ee522e0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 41 deletions.
41 changes: 0 additions & 41 deletions libzip-0.10-1.bee

This file was deleted.

31 changes: 31 additions & 0 deletions libzip.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/bin/env beesh

# BEE_VERSION libzip-1.5.1-0

SRCURL[0]="https://libzip.org/download/libzip-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_extract() {
bee_extract ${@}
}

mee_patch() {
bee_patch ${@}
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

0 comments on commit ee522e0

Please sign in to comment.