21 lines
738 B
Text
21 lines
738 B
Text
|
(
|
||
|
title: "Packaging Eva",
|
||
|
summary: None,
|
||
|
published: Some((
|
||
|
year: 2022,
|
||
|
month: 3,
|
||
|
day: 12,
|
||
|
hour: 12,
|
||
|
minute: 08,
|
||
|
second: 00,
|
||
|
)),
|
||
|
tags: [
|
||
|
"eva",
|
||
|
"programming",
|
||
|
],
|
||
|
)
|
||
|
---
|
||
|
I've been reluctant to take on packaging my software mostly. Someone made an Arch PKGBUILD of Zterm a while back, and when I contacted them to let them know that a new version was released they promptly made me a co-maintainer and then took themselves off of it. Fun. I don't really enjoy the extra work, as I would rather just write the software.
|
||
|
|
||
|
Anyway, I broke down and made an Arch PKGBUILD for Eva today. I'll probably upload a FreeBSD binary soon as I do for Zterm and Gfret.
|