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

NAME="cambalache"
VERSION="1.0"
REVISION="1"

PKG_SOURCEURL='https://gitlab.gnome.org/jpu/${NAME}/-/archive/${VERSION}/${NAME}-${VERSION}.tar.gz'

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

cflags
prepare
analyzesource
configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
