blob: 24870d02a2a423ed9084e77e81168f23745e9b36 (
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
|
# Maintainer: David P. <megver83@parabola.nu>
# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=base-meta
pkgver=20180630
pkgrel=1
pkgdesc='Base packages metapackage.'
arch=(any)
url="https://git.parabola.nu/abslibre.git/"
license=(GPL)
groups=(base-openrc)
depends=(bash
bzip2
coreutils
diffutils
e2fsprogs
file
filesystem
findutils
gawk
gcc-libs
gettext
glibc
grep
gzip
iproute2
iputils
jfsutils
less
logrotate
man-db
man-pages
nano
pciutils
perl
procps-ng
psmisc
reiserfsprogs
sed
shadow
s-nail
sysfsutils
tar
texinfo
usbutils
util-linux
vi
which
xfsprogs)
pkgver() {
date +%Y%m%d
}
|