saidsay-so / fancy

Control your laptop fans with a fancy ( ͡° ͜ʖ ͡°) software (compatible with NBFC).
https://musikid.github.io/fancy/
Mozilla Public License 2.0
11 stars 0 forks source link

Publish to AUR #8

Closed saidsay-so closed 3 years ago

BachoSeven commented 3 years ago

I might do a package for the AUR in like a week(currently got too little internet to download rust and test lol), should be easy since you have a makefile which handles flags and whatnot.

saidsay-so commented 3 years ago

No problem! I already created a PKGBUILD, so you don't really need to work a lot. Thanks for the help!

BachoSeven commented 3 years ago

Perfect, here it is if you want to include it in the README: https://aur.archlinux.org/packages/fancy

btw, I removed the clean() function since it's not a thing in PKGBUILDs. makepkg already has its own -C flag, and the package shouldn't really be leaving any file out of place anyways, they should all be inside the build directory.

saidsay-so commented 3 years ago

Thank you! I will add it to the README.