diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-24 20:40:50 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-24 20:40:50 +0300 |
commit | 22a72356f8e02a11f8798efbce7da74d4fdf12f1 (patch) | |
tree | b3c22db0ca980af424be78aeeb1165027c6d27c0 | |
parent | bb47652a438bc8bdded3d4c4e980543467bcf01c (diff) | |
download | repository-22a72356f8e02a11f8798efbce7da74d4fdf12f1.tar.gz |
cpt: add new package at 3.0.0
-rwxr-xr-x | core/cpt/build | 4 | ||||
-rw-r--r-- | core/cpt/checksums | 2 | ||||
-rw-r--r-- | core/cpt/depends | 2 | ||||
-rw-r--r-- | core/cpt/files/cpt_path.sh | 1 | ||||
-rw-r--r-- | core/cpt/message | 7 | ||||
-rw-r--r-- | core/cpt/sources | 2 | ||||
-rw-r--r-- | core/cpt/version | 1 |
7 files changed, 19 insertions, 0 deletions
diff --git a/core/cpt/build b/core/cpt/build new file mode 100755 index 00000000..4fd28dbc --- /dev/null +++ b/core/cpt/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm755 cpt_path.sh "$1/etc/profile.d/cpt_path.sh" +make PREFIX=/usr DESTDIR="$1" install diff --git a/core/cpt/checksums b/core/cpt/checksums new file mode 100644 index 00000000..764d29b5 --- /dev/null +++ b/core/cpt/checksums @@ -0,0 +1,2 @@ +f50001c77a26f0f9429317d7b372870157d30366849b8dce8aeba066a87ec739 3.0.0.tar.gz +b80299c6f27622399b3243bf46eeade6137b1c9803933539cf42f5599a612e5a cpt_path.sh diff --git a/core/cpt/depends b/core/cpt/depends new file mode 100644 index 00000000..a615eba9 --- /dev/null +++ b/core/cpt/depends @@ -0,0 +1,2 @@ +curl +rsync diff --git a/core/cpt/files/cpt_path.sh b/core/cpt/files/cpt_path.sh new file mode 100644 index 00000000..6531d3e8 --- /dev/null +++ b/core/cpt/files/cpt_path.sh @@ -0,0 +1 @@ +export CPT_PATH=/var/db/cpt/repo/core:/var/db/cpt/repo/extra:/var/db/cpt/repo/xorg diff --git a/core/cpt/message b/core/cpt/message new file mode 100644 index 00000000..a88bdd77 --- /dev/null +++ b/core/cpt/message @@ -0,0 +1,7 @@ +[1;31mIMPORTANT[m + + kiss has been replaced with cpt (Carbs Packaging Tools). You will + have to rename your kiss-related variables from KISS-* to CPT-*. + Even though usage more or less the same with kiss, you may want to + check the manual pages (each tool has its own). + diff --git a/core/cpt/sources b/core/cpt/sources new file mode 100644 index 00000000..a28154e3 --- /dev/null +++ b/core/cpt/sources @@ -0,0 +1,2 @@ +https://github.com/carbslinux/cpt/archive/3.0.0.tar.gz +files/cpt_path.sh diff --git a/core/cpt/version b/core/cpt/version new file mode 100644 index 00000000..4fc4c8a7 --- /dev/null +++ b/core/cpt/version @@ -0,0 +1 @@ +3.0.0 1 |