37 lines
665 B
Bash
37 lines
665 B
Bash
# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>
|
|
|
|
pkgname=base-devel
|
|
pkgver=2024.11
|
|
pkgrel=1
|
|
pkgdesc='Minimal package set for building packages with makepkg'
|
|
url='https://www.msys2.org'
|
|
arch=('any')
|
|
license=('GPL')
|
|
depends=(
|
|
'base'
|
|
'binutils'
|
|
'bison'
|
|
'diffstat'
|
|
'diffutils'
|
|
'dos2unix'
|
|
'file'
|
|
'flex'
|
|
'gawk'
|
|
'gettext'
|
|
'grep'
|
|
'texinfo'
|
|
'texinfo-tex'
|
|
'make'
|
|
'pacman'
|
|
'patch'
|
|
'sed'
|
|
'tar'
|
|
)
|
|
|
|
# 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'
|
|
) |