#!/usr/bin/env beesh

# BEE_VERSION libxkbcommon-0.7.2-1

# SRCURL[0]="https://xkbcommon.org/download/libxkbcommon-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f53fa65beb5ae4b6a6b7f08f9dedabc4/libxkbcommon-0.7.2.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
#    bee_extract "${@}"
#}

#mee_patch() {
#    bee_patch "${@}"
#}

#mee_configure() {
#    bee_configure
#}

#mee_build() {
#    bee_build
#}

mee_install() {
    bee_install
    cd ${D} && rm -r ./usr/share
}