diff options
-rw-r--r-- | metadata/about.conf | 4 | ||||
-rw-r--r-- | metadata/categories.conf | 1 | ||||
-rw-r--r-- | metadata/layout.conf | 1 | ||||
-rw-r--r-- | packages/net-libs/tox/tox-lib.exlib | 6 | ||||
-rw-r--r-- | profiles/repo_name | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/metadata/about.conf b/metadata/about.conf new file mode 100644 index 0000000..f6fdb86 --- /dev/null +++ b/metadata/about.conf @@ -0,0 +1,4 @@ +summary = sss packages +description = packages for my needs, random stuff +status = third-party + diff --git a/metadata/categories.conf b/metadata/categories.conf new file mode 100644 index 0000000..8e49cab --- /dev/null +++ b/metadata/categories.conf @@ -0,0 +1 @@ +net-libs diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..c989464 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1 @@ +masters = arbor diff --git a/packages/net-libs/tox/tox-lib.exlib b/packages/net-libs/tox/tox-lib.exlib new file mode 100644 index 0000000..d87aafe --- /dev/null +++ b/packages/net-libs/tox/tox-lib.exlib @@ -0,0 +1,6 @@ +# Distributed under the terms of the GNU General Public License v2 + +require scm-git + +SUMMARY="Encrypted P2P, messaging, and audio/video calling platform" + diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..6f01c98 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +sss-repo |