aboutsummaryrefslogtreecommitdiff
path: root/testing/cpt/files
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-12 21:37:11 +0300
committerCem Keylan <cem@ckyln.com>2021-03-12 21:37:11 +0300
commitaa27c454ea76eb2fe945edab437c735710290497 (patch)
treec283cc50a1bf1afbcfd15869bb3c69287c285aa5 /testing/cpt/files
parent475b9684e72914b8fd2ea7c991e2e809c8982651 (diff)
downloadrepository-aa27c454ea76eb2fe945edab437c735710290497.tar.gz
cpt: add new package at 5.1.2 [TESTING]
Diffstat (limited to 'testing/cpt/files')
-rw-r--r--testing/cpt/files/cpt-base25
-rw-r--r--testing/cpt/files/news4
2 files changed, 29 insertions, 0 deletions
diff --git a/testing/cpt/files/cpt-base b/testing/cpt/files/cpt-base
new file mode 100644
index 00000000..ad4d1dc7
--- /dev/null
+++ b/testing/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
diff --git a/testing/cpt/files/news b/testing/cpt/files/news
new file mode 100644
index 00000000..4c0dabfd
--- /dev/null
+++ b/testing/cpt/files/news
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+# Read news and announcements from Carbs Linux
+
+curl -sfL https://carbslinux.org/news/index.txt | ${PAGER:-less}