#!/bin/env beesh

# BEE_VERSION libzip-1.5.1-1

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
}