26 lines
908 B
Text
26 lines
908 B
Text
# Template file for 'base-system-live'
|
|
pkgname=base-system-live
|
|
version=0.28
|
|
revision=1
|
|
build_style=meta-template
|
|
short_desc="Void Linux live base system meta package"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="Public domain"
|
|
homepage="http://www.voidlinux.eu"
|
|
long_desc="
|
|
This package installs the base system packages for the
|
|
Void Linux system live image.
|
|
|
|
Dont install it manually. It is only meant to be installed
|
|
automatically by the void-mklive utility."
|
|
|
|
_makedepends="base-files ncurses coreutils findutils diffutils dash
|
|
bash grep texinfo file sed gawk less util-linux which tar man-db shadow
|
|
e2fsprogs btrfs-progs xfsprogs f2fs-tools kbd psmisc procps-ng sudo tzdata
|
|
dhcpcd wpa_supplicant kmod iproute2 iana-etc systemd xbps nvi dosfstools
|
|
parted dialog iw wifi-firmware linux-firmware-network dracut-network"
|
|
|
|
base-system-live_package() {
|
|
noarch="yes"
|
|
depends="${_makedepends}"
|
|
}
|