blob: 5681a0b0b7b98150a3ce9c1ea042cf52a21125ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# Maintainer: David P. <megver83@parabola.nu>
# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: Luke Shumaker <lukeshu@parabola.nu>
pkgname=base-meta
pkgver=20180819
pkgrel=1
pkgdesc='Base packages metapackage'
arch=(any)
url="https://git.parabola.nu/abslibre.git/"
license=('custom:Public Domain')
groups=(base-openrc)
depends=(
#$ comm -23 <(pacman -Sgq base|sort) <(pacman -Sgq base-openrc|sed 's/-openrc$//'|sort -u)
bash
bzip2
coreutils
diffutils
e2fsprogs
file
filesystem
findutils
gawk
gcc-libs
gettext
grep
gzip
iproute2
iputils
jfsutils
less
logrotate
man-db
man-pages
nano
openresolv #netctl
pciutils
perl
procps-ng
psmisc
reiserfsprogs
s-nail
sed
shadow
sysfsutils
#systemd-libudev
#systemd-sysvcompat
#systemd-udev
tar
texinfo
usbutils
util-linux
vi
which
xfsprogs
)
|