diff options
Diffstat (limited to 'data/nickplee.com')
-rw-r--r-- | data/nickplee.com/_metadata/description | 1 | ||||
l--------- | data/nickplee.com/_metadata/license | 1 | ||||
-rw-r--r-- | data/nickplee.com/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/nickplee.com/_metadata/name | 1 | ||||
-rw-r--r-- | data/nickplee.com/_metadata/priority | 1 | ||||
-rw-r--r-- | data/nickplee.com/_metadata/role | 1 | ||||
-rw-r--r-- | data/nickplee.com/_metadata/section | 1 | ||||
-rw-r--r-- | data/nickplee.com/_metadata/tags | 1 | ||||
-rw-r--r-- | data/nickplee.com/_metadata/version | 1 | ||||
-rw-r--r-- | data/nickplee.com/make.sh | 2 | ||||
-rw-r--r-- | data/nickplee.com/nickplee.com.list | 6 |
11 files changed, 17 insertions, 0 deletions
diff --git a/data/nickplee.com/_metadata/description b/data/nickplee.com/_metadata/description new file mode 100644 index 000000000..7003a6a8e --- /dev/null +++ b/data/nickplee.com/_metadata/description @@ -0,0 +1 @@ +Piano Chord Dictionary Master Source diff --git a/data/nickplee.com/_metadata/license b/data/nickplee.com/_metadata/license new file mode 120000 index 000000000..b9c4e3684 --- /dev/null +++ b/data/nickplee.com/_metadata/license @@ -0,0 +1 @@ +../../../licenses/menes
\ No newline at end of file diff --git a/data/nickplee.com/_metadata/maintainer b/data/nickplee.com/_metadata/maintainer new file mode 100644 index 000000000..b355a57da --- /dev/null +++ b/data/nickplee.com/_metadata/maintainer @@ -0,0 +1 @@ +Nick Lee (SaladSoft) <nick@nickplee.com> diff --git a/data/nickplee.com/_metadata/name b/data/nickplee.com/_metadata/name new file mode 100644 index 000000000..48e61d538 --- /dev/null +++ b/data/nickplee.com/_metadata/name @@ -0,0 +1 @@ +SaladSoft's Source diff --git a/data/nickplee.com/_metadata/priority b/data/nickplee.com/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/nickplee.com/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/nickplee.com/_metadata/role b/data/nickplee.com/_metadata/role new file mode 100644 index 000000000..762113e87 --- /dev/null +++ b/data/nickplee.com/_metadata/role @@ -0,0 +1 @@ +enduser diff --git a/data/nickplee.com/_metadata/section b/data/nickplee.com/_metadata/section new file mode 100644 index 000000000..a1854b6a5 --- /dev/null +++ b/data/nickplee.com/_metadata/section @@ -0,0 +1 @@ +Repositories diff --git a/data/nickplee.com/_metadata/tags b/data/nickplee.com/_metadata/tags new file mode 100644 index 000000000..dee3c5b11 --- /dev/null +++ b/data/nickplee.com/_metadata/tags @@ -0,0 +1 @@ +purpose::repository diff --git a/data/nickplee.com/_metadata/version b/data/nickplee.com/_metadata/version new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/data/nickplee.com/_metadata/version @@ -0,0 +1 @@ +0 diff --git a/data/nickplee.com/make.sh b/data/nickplee.com/make.sh new file mode 100644 index 000000000..90f4dc3b7 --- /dev/null +++ b/data/nickplee.com/make.sh @@ -0,0 +1,2 @@ +pkg: mkdir -p /etc/apt/sources.list.d +pkg: cp -a %/nickplee.com.list /etc/apt/sources.list.d diff --git a/data/nickplee.com/nickplee.com.list b/data/nickplee.com/nickplee.com.list new file mode 100644 index 000000000..a9bfee2fb --- /dev/null +++ b/data/nickplee.com/nickplee.com.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://nickplee.com/cydiasource/ ./ |