mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #10] Release v0.1! #5
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aome510 on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/10
TODO list upon the release of the version
v0.1:README.mdfor the application specification.crates.ioaur@BachoSeven commented on GitHub (Mar 4, 2021):
Hei, I was trying to package this for the AUR, the only issue is that there is no
Cargo.lockso cargo will complain about--locked, which is required by the archlinux packaging guidelines for reproducible builds. Could you fix this?P.S. Here is the PKGBUILD I've written for now.
@aome510 commented on GitHub (Mar 4, 2021):
Hi @BachoSeven, thanks for writing the PKGBUILD for this project. I'm not really familiar with the AUR publishing progress so really appreciate it 💪 !
Regarding the
cargo.lockI have included new changes in v0.1.1. Feel free to ping me here if I miss something or you have any other questions.@BachoSeven commented on GitHub (Mar 4, 2021):
@aome510 Thanks for the quick response, I've now published version
0.1.1the package to the AUR!@aome510 commented on GitHub (Mar 5, 2021):
Thanks, @BachoSeven. Installed using
yayand it works on my machine! I have also updated theREADME.md