diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-04 14:56:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-04 14:56:57 +0300 |
commit | 96f6ebb7c4f3155c0dac2afd965e490a1d819d7a (patch) | |
tree | 50e81ef419fe864f069239f02395e3da94297399 /core/cpt/files/cpt-base | |
parent | c1677297e7977cfa5f5ecae32a752839591ed78a (diff) | |
download | repository-96f6ebb7c4f3155c0dac2afd965e490a1d819d7a.tar.gz |
cpt: bump to 5.1.2
Diffstat (limited to 'core/cpt/files/cpt-base')
-rw-r--r-- | core/cpt/files/cpt-base | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/core/cpt/files/cpt-base b/core/cpt/files/cpt-base new file mode 100644 index 00000000..ad4d1dc7 --- /dev/null +++ b/core/cpt/files/cpt-base @@ -0,0 +1,25 @@ +# This file defines the base packages of the system. You can add or remove +# package names in order to redefine the base. This file will be used by +# cpt-orphans and cpt-reset. If this file doesn't exist on /etc/cpt-base, both +# of the tools will assume that there is no defined base, so use with caution. +baselayout +binutils +byacc +busybox +bzip2 +ca-certificates +curl +flex +gcc +git +rsync +gzip +cpt +bearssl +linux-headers +m4 +make +musl +pkgconf +xz +zlib |