commit 1f129e4d1f974f5fe2e199abe0848ec6f1b71a8d
parent 9cb81c6c64f8520a37fb868add69f05f6b735d7f
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 10 Apr 2020 13:54:47 +0300
update
Diffstat:
5 files changed, 48 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -1,2 +0,0 @@
-Carbs Outsource Repository
-==========================
diff --git a/README.md b/README.md
@@ -0,0 +1,23 @@
+Carbs Outsource Repository
+==========================
+
+This is a repository for getting 3rd party packages
+that are not maintained by Carbs Linux. This is also
+meant to be a concept repository which is why our fork
+of `kiss` handles submodules. Please see the relevant
+post at <https://carbslinux.org/blog/20200410.html>.
+
+You can get this repository by cloning recursively.
+
+ -> git clone --recursive https://github.com/CarbsLinux/outsource
+
+Note that the package manager in KISS Linux doesn't
+have submodule support, so it will not be updated by
+running `kiss u`.
+
+
+Licensing
+---------
+
+LICENSE notices can be found in the `licenses` directory
+for each repository.
diff --git a/licenses/LICENSE b/licenses/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2020 Cem Keylan
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/licenses/LICENSE-kiss_community b/licenses/LICENSE-kiss_community
@@ -0,0 +1 @@
+../.repositories/kiss_community/LICENSE.md+
\ No newline at end of file
diff --git a/licenses/LICENSE-kiss_main b/licenses/LICENSE-kiss_main
@@ -0,0 +1 @@
+../.repositories/kiss_main/LICENSE.md+
\ No newline at end of file