]>
Commit | Line | Data |
---|---|---|
d15c985e RBR |
1 | # My plan for now, roughly |
2 | ||
4b678bee | 3 | - Package blog and page for fedora, arch, and debian. |
a082e2cf | 4 | |
ef8dfccf RBR |
5 | I started by checking how to build for multiple architectures. I'll start building only for linux arm64 and x64 because building for darwin is a hassle (plus we have homebrew already). |
6 | ||
7 | For now I'll drop arch as a target, but I was able to set up rpm and deb packages. I also included a man page, which I had never written before. The syntax is pretty terrible. | |
8 | ||
9 | Based on this experience I want to package lyricli like this. Being written in swift, I'm not sure how much of a hassle it is. Might re-write in rust. | |
10 | ||
4b678bee | 11 | - Add gopher functionality (geomyidae) to page. |
a082e2cf | 12 | |
4b678bee | 13 | [2024-03-10] |