diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-04-13 08:34:36 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-04-13 08:34:36 -0400 |
| commit | 76012b5cf8a0d51398992909878ec2bbcecc1536 (patch) | |
| tree | 7f7e0a21312805e35eacdb98af4885869f48f5c1 | |
| parent | 8613225f314e2524d9178e232940059a8687cc69 (diff) | |
add vendor information for Procursus
| -rw-r--r-- | vendor/procursus/apt-vendor.ent | 15 | ||||
| -rw-r--r-- | vendor/procursus/sources.list.in | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/vendor/procursus/apt-vendor.ent b/vendor/procursus/apt-vendor.ent new file mode 100644 index 000000000..0dd1d7a95 --- /dev/null +++ b/vendor/procursus/apt-vendor.ent @@ -0,0 +1,15 @@ +<!-- details about the keys used by the distribution --> +<!ENTITY keyring-distro "Procursus"> +<!ENTITY keyring-package "<package>procursus-keyring</package>"> +<!ENTITY keyring-filename ""> +<!ENTITY keyring-removed-filename ""> +<!ENTITY keyring-master-filename ""> +<!ENTITY keyring-uri ""> +<!ENTITY current-codename "big_sur"> + +<!ENTITY sourceslist-list-format "deb https://apt.procurs.us/ ¤t-codename; main"> + +<!ENTITY sourceslist-sources-format "Types: deb +URIs: https://apt.procurs.us/ +Suites: ¤t-codename; +Components: main"> diff --git a/vendor/procursus/sources.list.in b/vendor/procursus/sources.list.in new file mode 100644 index 000000000..246d2e336 --- /dev/null +++ b/vendor/procursus/sources.list.in @@ -0,0 +1,3 @@ +# See sources.list(5) manpage for more information +# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. +&sourceslist-list-format; |
