18 lines
543 B
Bash
18 lines
543 B
Bash
# Template file for 'base-chroot'
|
|
pkgname=base-chroot
|
|
version=0.65
|
|
revision=2
|
|
noarch=yes
|
|
bootstrap=yes
|
|
build_style=meta
|
|
homepage="http://www.voidlinux.eu"
|
|
short_desc="Bootstrap packages for xbps-src"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="Public domain"
|
|
|
|
depends="
|
|
base-files>=0.127 kernel-libc-headers glibc-devel glibc-locales binutils gcc
|
|
patch chroot-bash chroot-grep coreutils gettext
|
|
chroot-texinfo sed chroot-gawk findutils diffutils make gzip file tar
|
|
chroot-util-linux chroot-distcc chroot-git ccache xbps xz which"
|