blob: fa9bb959163225801e1873b6531ae283aa8a56ec (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
#
msgid ""
msgstr ""
msgid "EuAndreh's package-repository"
msgstr ""
msgid ""
"Personal package repository for a variety of operating systems, mainly for "
"packaging personal projects of mine and make it available for users and "
"packagers."
msgstr ""
msgid "See the list of packages [online][online]."
msgstr ""
msgid "How to add this to different OSes"
msgstr ""
msgid "Guix"
msgstr ""
msgid "Add this channel to your `~/.config/guix/channels.scm`:"
msgstr ""
msgid ""
"(cons*\n"
" (channel\n"
" (name 'xyz-euandreh)\n"
" (url \"git://euandreh.xyz/package-repository\")\n"
" (branch \"main\")\n"
" (introduction\n"
" (make-channel-introduction\n"
" \"d749e053e6db365069cb9b2ef47a78b06f9e7361\"\n"
" (openpgp-fingerprint\n"
" \"5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060\"))))\n"
" %default-channels)\n"
msgstr ""
msgid ""
"See also the Guix manual for usage on channels: "
"[https://guix.gnu.org/manual/en/guix.html#Channels](https://guix.gnu.org/manual/en/guix.html#Channels)"
msgstr ""
msgid "NixOS"
msgstr ""
msgid "Adding the overlay to your `/etc/nixos/configuration.nix`:"
msgstr ""
msgid ""
" nixpkgs = {\n"
" overlays = [\n"
" (import (fetchTarball {\n"
" url = \"https://euandreh.xyz/package-repository.git/snapshot/package-repository-main.tar.gz\";\n"
" }) { inherit pkgs; })\n"
" ];\n"
" };\n"
msgstr ""
msgid "Contributing"
msgstr ""
msgid "For running the extra development-only checks, run:"
msgstr ""
msgid "$ make dev-check\n"
msgstr ""
msgid "and for generating the documentation HTML and website, run:"
msgstr ""
msgid "$ make public\n"
msgstr ""
msgid ""
"Send contributions to the [mailing list][mailing list] via [`git send-"
"email`](https://git-send-email.io/)."
msgstr ""
msgid "Links"
msgstr ""
msgid "[homepage](https://euandreh.xyz/package-repository/en/)"
msgstr ""
msgid "[source code](https://euandreh.xyz/package-repository.git/)"
msgstr ""
msgid "[bug tracking](https://euandreh.xyz/package-repository/TODOs.html)"
msgstr ""
msgid "[mailing list][mailing list]"
msgstr ""
msgid "[CI logs](https://euandreh.xyz/package-repository/ci.html)"
msgstr ""
msgid "[CHANGELOG](https://euandreh.xyz/package-repository/en/CHANGELOG.html)"
msgstr ""
msgid "License"
msgstr ""
msgid ""
"The code is licensed under [GNU Affero General Public License v3.0 or "
"later][AGPL-3.0-or-later] (AGPL-3.0-or-later)."
msgstr ""
#, fuzzy
msgid "[online]: https://euandreh.xyz/package-repository/paku.html"
msgstr "[online]: https://euandreh.xyz/package-repository/paku.html"
#, fuzzy
msgid ""
"[mailing list]: https://lists.sr.ht/~euandreh/public-"
"inbox?search=%5Bpackage-repository%5D"
msgstr ""
"[mailing list]: https://lists.sr.ht/~euandreh/public-"
"inbox?search=%5Bpackage-repository%5D"
#, fuzzy
msgid ""
"[AGPL-3.0-or-later]: https://euandreh.xyz/package-"
"repository.git/tree/COPYING"
msgstr ""
"[AGPL-3.0-or-later]: https://euandreh.xyz/package-"
"repository.git/tree/COPYING"
|