jmakhack / myanimelist-cli

Minimalistic command line interface for fetching user anime data from MyAnimeList.
https://aur.archlinux.org/packages/mya-git
MIT License
11 stars 15 forks source link

[TASK] Add a Github action to this project to auto generate AUR requirements #98

Closed jmakhack closed 1 year ago

jmakhack commented 1 year ago

Task Context

Based on the findings from https://github.com/jmakhack/myanimelist-cli/issues/72#issuecomment-1590500227, certain files such as PKGBUILD need to be generated in order for this project to be added to the AUR. This task is to add an automated Github action to this repository that generates these necessities for the AUR.

There should be no need to build this from scratch as there should be existing actions on the Github marketplace that take care of this. I've included a few I've found in the Additional Context section.

Acceptance Criteria

Add an automated Github action that generates the necessary items for the AUR.

If certain values are required such as maintainer name or email, feel free to simply mark those values in the PR with placeholder data and @jmakhack can edit those values to the correct values.

Additional Context

Here are a few Github actions that may be worth looking into:

Please read through the Contributing to the Project document before working on this project.

npranav7619 commented 1 year ago

Can I look into this ?

jmakhack commented 1 year ago

Go for it @npranav7619! :)