diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-27 01:24:03 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-27 01:24:03 +0300 |
commit | 6214ca71267815f05aca16fcedf73ed30e6442b1 (patch) | |
tree | 862ec01f1be43e065f1a9d6d4be23ebcd861c8d7 /core/carbs-docs | |
parent | b80fc258aad94774f5cf8bf813826b39fcb0bbe8 (diff) | |
download | repository-6214ca71267815f05aca16fcedf73ed30e6442b1.tar.gz |
carbs-docs: add new package at git
Diffstat (limited to 'core/carbs-docs')
-rwxr-xr-x | core/carbs-docs/build | 4 | ||||
-rw-r--r-- | core/carbs-docs/checksums | 1 | ||||
-rw-r--r-- | core/carbs-docs/sources | 1 | ||||
-rw-r--r-- | core/carbs-docs/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/core/carbs-docs/build b/core/carbs-docs/build new file mode 100755 index 00000000..6281dd4b --- /dev/null +++ b/core/carbs-docs/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +mkdir -p "$1/usr/share/carbslinux" +mv ./* "$1/usr/share/carbslinux" diff --git a/core/carbs-docs/checksums b/core/carbs-docs/checksums new file mode 100644 index 00000000..32b970ab --- /dev/null +++ b/core/carbs-docs/checksums @@ -0,0 +1 @@ +git git+https://github.com/carbslinux/docs.git diff --git a/core/carbs-docs/sources b/core/carbs-docs/sources new file mode 100644 index 00000000..3504a71c --- /dev/null +++ b/core/carbs-docs/sources @@ -0,0 +1 @@ +git+https://github.com/carbslinux/docs.git diff --git a/core/carbs-docs/version b/core/carbs-docs/version new file mode 100644 index 00000000..a383ea1a --- /dev/null +++ b/core/carbs-docs/version @@ -0,0 +1 @@ +git 1 |