Skip to content

Commit 2a13ff0

Browse files
committed
New package: base-system-66-0.114
1 parent e03dbd6 commit 2a13ff0

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

srcpkgs/base-system-66/template

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)