Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/activitywatch/aur-activitywatch-bin
- Owner: ActivityWatch
- Created: 2018-03-27T12:14:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T15:06:52.000Z (4 months ago)
- Last Synced: 2024-11-06T07:21:34.219Z (3 months ago)
- Topics: activitywatch, archlinux, aur, pkgbuild
- Language: Shell
- Homepage: https://aur.archlinux.org/packages/activitywatch-bin/
- Size: 52.7 KB
- Stars: 9
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 configuredAfter 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
```