https://github.com/monadplus/elgato-keylight-aur
https://github.com/monadplus/elgato-keylight-aur
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/monadplus/elgato-keylight-aur
- Owner: monadplus
- Created: 2024-08-13T16:56:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-24T09:23:54.000Z (4 months ago)
- Last Synced: 2026-02-24T15:28:19.010Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elgato Key Light Controller (AUR)
AUR package for [elgato-keylight](https://github.com/monadplus/elgato-keylight)
## Pacman packaging
- Install `pacman -S devtools`
- `$ pkgctl build` on this repo: will try building your package in a [clean chroot](https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot)
- To update checksum: `makepkg -g`
- Update `.SRCINFO`: `$ makepkg --printsrcinfo > .SRCINFO`
### Verify & format
- You can verify your `PKGBUILD` with:
- `$ namcap PKGBUILD`
- `$ shellcheck --shell=bash --exclude=SC2034,SC2154 PKGBUILD`
- You can verify your package with:
- `$ namcap elgato-keylight-X.X.X-Y-x86_64.pkg.tar.zst`
### Hooks
```bash
cp update_srcinfo.sh .git/hooks/pre-commit
```
## Push changes
See
```sh
git remote add aur ssh://aur@aur.archlinux.org/elgato-keylight.git
git remote -vv
git checkout -b aur-master aur/master
git rebase master aur-master
git push aur master-aur:master
```