#!/usr/bin/env beesh

# BEE_VERSION acpica-20210730-0

#SRCURL[0]="https://acpica.org/sites/acpica/files/acpica-unix2-${PKGVERSION}.tar.gz"
#
#--2020-03-12 16:01:02--  https://acpica.org/sites/acpica/files/acpica-unix2-20200214.tar.gz
#Resolving acpica.org... 198.145.21.19, 2001:19d0:306:9::5
#Connecting to acpica.org|198.145.21.19|:443... connected.
#ERROR: The certificate of ‘acpica.org’ is not trusted.
#ERROR: The certificate of ‘acpica.org’ doesn't have a known issuer.

SRCURL[0]="https://beehive.molgen.mpg.de/9fdbd45cecac73a25b847f49e32f7d0a/acpica-unix2-20210730.tar.gz"

# 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
#}