File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Template file for 'base-system-66'
2+ pkgname=base-system-66
3+ version=0.114
4+ revision=1
5+ build_style=meta
6+ short_desc="Void Linux base system meta package"
7+ maintainer="mobinmob <mobinmob@disroot.org>"
8+ # A minor modification of the base-system template
9+ # maintained by Enno Boland <gottox@voidlinux.org>
10+ license="Public Domain"
11+ homepage="https://codeberg.org/mobinmob/66-voidlinux"
12+ replaces="base-system>=0"
13+
14+ depends="
15+ base-files>=0.77 ncurses coreutils findutils diffutils libgcc
16+ dash bash grep gzip file sed gawk less util-linux which tar man-pages
17+ mdocml>=1.13.3 shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
18+ procps-ng tzdata pciutils usbutils iana-etc openssh dhcpcd
19+ kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware
20+ void-artwork traceroute ethtool kmod acpid eudev 66-void removed-packages"
21+
22+ case "$XBPS_TARGET_MACHINE" in
23+ *-musl) depends+=" musl";;
24+ *) depends+=" glibc-locales";;
25+ esac
26+
27+ case "$XBPS_TARGET_MACHINE" in
28+ i686*|x86_64*|ppc*) depends+=" linux";;
29+ esac
You can’t perform that action at this time.
0 commit comments