# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>

pkgname=base-devel
pkgver=2026.08
pkgrel=3
pkgdesc='Minimal package set for building packages with makepkg'
url='https://www.msys2.org'
arch=('any')
license=('spdx:BSD-3-Clause')
depends=(
  'base'
  'binutils'
  'bison'
  'diffutils'
  'dos2unix'
  'flex'
  'make'
  'patch'
)

# these should be empty, but saneman in CI complains, so we keep them here
# until that is fixed:
source=('README.md')
sha256sums=('3189b37877feaf3ab2bca4cb14aefe435c463aa0a3a74f7ee06327440b784a34')
msys2_references=(
  'internal'
)
