#!/bin/sh
#
# Copyright 2026  Sasa Ostrouska <saxa@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="bubblewrap"
VERSION="0.11.2"
REVISION="1"

PKG_SOURCEURL='https://github.com/containers/${NAME}/releases/download/v${VERSION}/${NAME}-${VERSION}.tar.xz'

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
