Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/activitywatch/aur-activitywatch-bin

AUR/Arch package for precompiled versions of ActivityWatch
https://github.com/activitywatch/aur-activitywatch-bin

activitywatch archlinux aur pkgbuild

Last synced: 3 months ago
JSON representation

AUR/Arch package for precompiled versions of ActivityWatch

Awesome Lists containing this project

README

        

aur-activitywatch-bin
=====================

An AUR package for ActivityWatch using prebuilt binaries.

## How to update the AUR package

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` with `makepkg --printsrcinfo > .SRCINFO`
- commit the changes
- push to the AUR
```sh
make package
git add PKGBUILD .SRCINFO
git commit -m "Updated .SRCINFO"
git remote add aur [email protected]/activitywatch-bin.git
git push aur
```