#!/usr/bin/env beesh

# BEE_VERSION gnome-icon-theme-3.12.0-1

# more info: https://foo.bar.com

SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/gnome-icon-theme/${PKGVERSION[2]}/gnome-icon-theme-${PKGVERSION}.tar.xz"
SRCURL[0]="/src/mariux/md5repo/f14bed7f804e843189ffa7021141addd/gnome-icon-theme-3.12.0.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
    bee_configure \
        --enable-icon-mapping
}

#mee_build() {
#    bee_build
#}

#mee_install() {
#    bee_install
#}

#mee_install_post() {
#    exit
#}