An AUR package for ActivityWatch using prebuilt binaries.
You need:
- Maintainer rights to the AUR package
- Your AUR ssh key configured
After modifying PKGBUILD
as appropriate, and testing the package on your machine, run the following to:
- build the package
- updates checksums with
updpkgsums
- regenerates
.SRCINFO
withmakepkg --printsrcinfo > .SRCINFO
- updates checksums with
- commit the changes
- push to the AUR
make package
git add PKGBUILD .SRCINFO
git commit -m "Updated .SRCINFO"
git remote add aur [email protected]/activitywatch-bin.git
git push aur