# base-devel - The toolchain needed to build ScrapLinux packages
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=base-devel
version=1.0.0
release=1
desc="The toolchain needed to build ScrapLinux packages"
url="https://github.com/apiwo/scraplinux"
license="BSD-2-Clause"
depend="llvm bmake byacc pkgconf cmake ninja meson git patch-bsd flex-alt"
makedepend=""
source=""
sha256=""

# A meta package: the dependency list is the whole payload. Installing it pulls
# in a working setup and nothing else.
package() {
	install -d "$pkgdir/usr/share/scraplinux/meta"
	printf '%s\n' "llvm bmake byacc pkgconf cmake ninja meson git patch-bsd flex-alt" >"$pkgdir/usr/share/scraplinux/meta/base-devel"
}
