diff options
Diffstat (limited to 'data/weho.ru')
-rw-r--r-- | data/weho.ru/_metadata/description | 1 | ||||
l--------- | data/weho.ru/_metadata/license | 1 | ||||
-rw-r--r-- | data/weho.ru/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/weho.ru/_metadata/name | 1 | ||||
-rw-r--r-- | data/weho.ru/_metadata/priority | 1 | ||||
-rw-r--r-- | data/weho.ru/_metadata/role | 1 | ||||
-rw-r--r-- | data/weho.ru/_metadata/section | 1 | ||||
-rw-r--r-- | data/weho.ru/_metadata/tags | 1 | ||||
-rw-r--r-- | data/weho.ru/_metadata/version | 1 | ||||
-rw-r--r-- | data/weho.ru/make.sh | 2 | ||||
-rw-r--r-- | data/weho.ru/weho.ru.list | 6 |
11 files changed, 17 insertions, 0 deletions
diff --git a/data/weho.ru/_metadata/description b/data/weho.ru/_metadata/description new file mode 100644 index 000000000..d28ea6241 --- /dev/null +++ b/data/weho.ru/_metadata/description @@ -0,0 +1 @@ +Nik S Denin's iPhone Projects diff --git a/data/weho.ru/_metadata/license b/data/weho.ru/_metadata/license new file mode 120000 index 000000000..b9c4e3684 --- /dev/null +++ b/data/weho.ru/_metadata/license @@ -0,0 +1 @@ +../../../licenses/menes
\ No newline at end of file diff --git a/data/weho.ru/_metadata/maintainer b/data/weho.ru/_metadata/maintainer new file mode 100644 index 000000000..9ee7bfb00 --- /dev/null +++ b/data/weho.ru/_metadata/maintainer @@ -0,0 +1 @@ +Nik S Denin <wolf.step@gmail.com> diff --git a/data/weho.ru/_metadata/name b/data/weho.ru/_metadata/name new file mode 100644 index 000000000..7104430f5 --- /dev/null +++ b/data/weho.ru/_metadata/name @@ -0,0 +1 @@ +Nik's Source diff --git a/data/weho.ru/_metadata/priority b/data/weho.ru/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/weho.ru/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/weho.ru/_metadata/role b/data/weho.ru/_metadata/role new file mode 100644 index 000000000..762113e87 --- /dev/null +++ b/data/weho.ru/_metadata/role @@ -0,0 +1 @@ +enduser diff --git a/data/weho.ru/_metadata/section b/data/weho.ru/_metadata/section new file mode 100644 index 000000000..a1854b6a5 --- /dev/null +++ b/data/weho.ru/_metadata/section @@ -0,0 +1 @@ +Repositories diff --git a/data/weho.ru/_metadata/tags b/data/weho.ru/_metadata/tags new file mode 100644 index 000000000..dee3c5b11 --- /dev/null +++ b/data/weho.ru/_metadata/tags @@ -0,0 +1 @@ +purpose::repository diff --git a/data/weho.ru/_metadata/version b/data/weho.ru/_metadata/version new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/data/weho.ru/_metadata/version @@ -0,0 +1 @@ +0 diff --git a/data/weho.ru/make.sh b/data/weho.ru/make.sh new file mode 100644 index 000000000..0395d0a37 --- /dev/null +++ b/data/weho.ru/make.sh @@ -0,0 +1,2 @@ +pkg: mkdir -p /etc/apt/sources.list.d +pkg: cp -a %/weho.ru.list /etc/apt/sources.list.d diff --git a/data/weho.ru/weho.ru.list b/data/weho.ru/weho.ru.list new file mode 100644 index 000000000..18ceb292a --- /dev/null +++ b/data/weho.ru/weho.ru.list @@ -0,0 +1,6 @@ +# do not edit this file to add your own custom sources +# this file is subject to be upgraded as part of a package +# either add your own .list file to /etc/apt/sources.list.d +# or add your entry to the global /etc/apt/sources.list file + +deb http://weho.ru/iphone/ ./ |