-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
214 lines (162 loc) · 7.23 KB
/
index.html
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Ferenc Erki - agile sysadmin" name="description">
<meta content="Ferenc Erki" name="author">
<meta content="4KzbYclokErOfwrKiBpX8XCu8ckJ9A7zwueL9VAbAYE" name="google-site-verification">
<link href="/theme/images/favicon.svg" rel="icon">
<link href="/theme/css/selenized.css" rel="stylesheet">
<script data-domain="blog.ferki.it" defer src="https://plausible.io/js/script.js"></script>
<title>agile sysadmin</title>
</head>
<body>
<header>
<h1><a href="/">agile sysadmin</a></h1>
<p>by Ferenc Erki</p>
</header>
<nav>
<ul>
<li><a href="/pages/about.html">About</a></li>
<li><a href="/">Posts</a></li>
<li><a href="https://ferki.it" target="_blank">Homepage</a></li>
<li><a href="https://cal.com/ferki" target="_blank">Booking</a></li>
</ul>
</nav>
<main>
<article>
<header>
<h1><a href="/2024/07/25/packaging-go-dependencies-for-gentoo/">Packaging Go dependencies for Gentoo</a></h1>
<aside>
<time datetime="2024-07-25" title="published">
🗓 2024-07-25
</time>
<a href="/tag/golang/">#golang</a>
<a href="/tag/gentoo/">#gentoo</a>
</aside>
</header>
<p>While I don’t write Go code, I do package Go projects for Gentoo Linux. My
previous post about how to <a href="/2023/04/24/host-gentoo-dependency-tarballs-as-github-releases/">Host Gentoo dependency tarballs as GitHub
releases</a> got
me invited to give a talk at the <a href="https://www.meetup.com/golang-users-berlin/events/300809374/">Google Developer Group Berlin Golang
meetup</a>, to host
a community round table discussion at GopherCon Europe 2024, and to hold an
online workshop for <a href="https://gentoo-ev.org/">Gentoo e.V.</a></p>
<p>My presentation expands on the above post, and I decided to share the extra
parts in this follow-up, including an idea for Go project maintainers who wish
to streamline the distribution of their work.</p>
<p><a href="/2024/07/25/packaging-go-dependencies-for-gentoo/#section-2">Continue reading …</a></p>
</article>
<article>
<header>
<h1><a href="/2024/05/03/packaging-st-0-9-2-for-gentoo/">Packaging st-0.9.2 for Gentoo</a></h1>
<aside>
<time datetime="2024-05-03" title="published">
🗓 2024-05-03
</time>
<a href="/tag/gentoo/">#Gentoo</a>
<a href="/tag/proxied/">#proxied</a>
<a href="/tag/ebuild/">#ebuild</a>
<a href="/tag/overlay/">#overlay</a>
<a href="/tag/st/">#st</a>
</aside>
</header>
<p><a href="https://st.suckless.org/">st</a>, “a simple terminal implementation for X”, has a
new 0.9.2 release.</p>
<p><a href="https://github.com/ferki/gentoo-overlay">My overlay</a> already makes it
available for fellow Gentoo users. I also opened
<a href="https://github.com/gentoo/gentoo/pull/36534">PR#36534</a> in the official Gentoo
ebuild repository as proxied maintainer.</p>
</article>
<article>
<header>
<h1><a href="/2024/05/01/packaging-clight-4-11-for-gentoo/">Packaging clight-4.11 for Gentoo</a></h1>
<aside>
<time datetime="2024-05-01" title="published">
🗓 2024-05-01
</time>
<a href="/tag/gentoo/">#Gentoo</a>
<a href="/tag/ebuild/">#ebuild</a>
<a href="/tag/overlay/">#overlay</a>
<a href="/tag/clight/">#clight</a>
</aside>
</header>
<p><a href="https://github.com/FedeDP/Clight">Clight</a> describes itself as a “C daemon that
turns your webcam into a light sensor”. <a href="https://github.com/ferki/gentoo-overlay">My
overlay</a> has the latest
<a href="https://github.com/FedeDP/Clight/releases/tag/4.11">v4.11</a> release available
for fellow Gentoo users.</p>
</article>
<article>
<header>
<h1><a href="/2024/05/01/packaging-vale-3-4-2-for-gentoo/">Packaging vale-3.4.2 for Gentoo</a></h1>
<aside>
<time datetime="2024-05-01" title="published">
🗓 2024-05-01
</time>
<a href="/tag/gentoo/">#Gentoo</a>
<a href="/tag/ebuild/">#ebuild</a>
<a href="/tag/overlay/">#overlay</a>
<a href="/tag/guru/">#GURU</a>
<a href="/tag/vale/">#vale</a>
</aside>
</header>
<p><a href="https://vale.sh">Vale</a>, the “syntax-aware linter for prose built with speed
and extensibility in mind”, has a new <a href="https://github.com/errata-ai/vale/releases/tag/v3.4.2">v3.4.2
release</a>.</p>
<p><a href="https://github.com/ferki/gentoo-overlay">My overlay</a> already makes it
available for fellow Gentoo users. I also contributed the same ebuild to the
official Gentoo <a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU overlay</a>,
where it should reach the reviewed branch soon.</p>
</article>
<article>
<header>
<h1><a href="/2023/09/07/packaging-vale-2-28-3-for-gentoo/">Packaging vale-2.28.3 for Gentoo</a></h1>
<aside>
<time datetime="2023-09-07" title="published">
🗓 2023-09-07
</time>
<a href="/tag/gentoo/">#Gentoo</a>
<a href="/tag/ebuild/">#ebuild</a>
<a href="/tag/overlay/">#overlay</a>
<a href="/tag/guru/">#GURU</a>
<a href="/tag/vale/">#vale</a>
</aside>
</header>
<p><a href="https://vale.sh">Vale</a>, the “syntax-aware linter for prose built with speed
and extensibility in mind”, has a new <a href="https://github.com/errata-ai/vale/releases/tag/v2.28.3">v2.28.3
release</a>.</p>
<p><a href="https://github.com/ferki/gentoo-overlay">My overlay</a> already makes it
available for fellow Gentoo users. I also contributed the same ebuild to the
official Gentoo <a href="https://wiki.gentoo.org/wiki/Project:GURU">GURU overlay</a>,
where it should reach the reviewed branch soon.</p>
</article>
<ul class="pager">
<li class="prev">
<a href="/page/2/" rel="prev">
← Older
</a>
</li>
<li class="next">
</li>
</ul>
</main>
<footer>
<ul>
<li><a href="https://blog.ferki.it/index.rss" target="_blank">RSS</a></li>
<li><a href="https://blog.ferki.it/index.atom" target="_blank">Atom</a></li>
<li><a href="https://github.com/ferki" rel="me" target="_blank">GitHub</a></li>
<li><a href="https://profile.codersrank.io/user/ferki" rel="me" target="_blank">CodersRank</a></li>
<li><a href="https://www.linkedin.com/in/ferki" rel="me" target="_blank">LinkedIn</a></li>
<li><a href="https://fosstodon.org/@ferki" rel="me" target="_blank">Mastodon</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="/pages/impressum.html">Impressum</a></li>
<li><a href="/pages/privacy_policy.html">Privacy policy</a></li>
</ul>
<ul>
<li>© 2023–2025 Ferenc Erki</li>
</ul>
</footer>
</body>
</html>