Update readme
This commit is contained in:
parent
80c4994783
commit
8505905ff4
1 changed files with 33 additions and 28 deletions
61
README.md
61
README.md
|
@ -22,46 +22,51 @@ Use it at your own discretion but I make no promises toward any functionality, s
|
||||||
Goal: auto-update templates on remote updates (checked e.g. every 24h)
|
Goal: auto-update templates on remote updates (checked e.g. every 24h)
|
||||||
|
|
||||||
- [ ] use renovate to auto-update `template` file pkgversion
|
- [ ] use renovate to auto-update `template` file pkgversion
|
||||||
- <https://docs.renovatebot.com/user-stories/maintaining-aur-packages-with-renovate>
|
- <https://docs.renovatebot.com/user-stories/maintaining-aur-packages-with-renovate>
|
||||||
- [ ] open PR for new version
|
- [ ] open PR for new version
|
||||||
- [ ] For each PR:
|
- [ ] For each PR:
|
||||||
- update checksum for new version
|
|
||||||
- [ ] grab it from correct place if it is published
|
- update checksum for new version
|
||||||
- [ ] default to recalculate checksum for new version files
|
- [ ] grab it from correct place if it is published
|
||||||
- [ ] auto-commit to PR
|
- [ ] default to recalculate checksum for new version files
|
||||||
- [ ] see if file structure changed?
|
- [ ] auto-commit to PR
|
||||||
- Can't do this here tbh since we need to compare the output of build operation for old and new
|
- [ ] see if file structure changed?
|
||||||
- [ ] if checksum OK, automatically commit to `main` branch
|
- Can't do this here tbh since we need to compare the output of build operation for old and new
|
||||||
|
- [ ] if checksum OK, automatically commit to `main` branch
|
||||||
|
|
||||||
- [ ] on new `main` addition
|
- [ ] on new `main` addition
|
||||||
- [ ] complete builds
|
- [ ] complete builds
|
||||||
- only build for new packages?
|
|
||||||
|
- only build for new packages?
|
||||||
|
|
||||||
- [ ] publish new repo version:
|
- [ ] publish new repo version:
|
||||||
- [ ] pull all existing packages in repo into dir
|
- [ ] pull all existing packages in repo into dir
|
||||||
- [ ] put new version of the package into repo
|
- [ ] put new version of the package into repo
|
||||||
- [ ] repush repo to page with new file
|
- [ ] repush repo to page with new file
|
||||||
|
|
||||||
## Package wishlist
|
## Package wishlist
|
||||||
|
|
||||||
Packages I didn't find in repos:
|
Packages I didn't find in repos:
|
||||||
- [ ] bemoji
|
|
||||||
- [ ] bugwarrior
|
- [ ] bemoji
|
||||||
- [ ] viddy
|
- [ ] bugwarrior
|
||||||
- [ ] netbird / protonvpn / piactl
|
- [ ] viddy
|
||||||
|
- [ ] netbird / protonvpn / piactl
|
||||||
|
- [ ] ripgrep-all
|
||||||
|
|
||||||
packages built xbps-src style:
|
packages built xbps-src style:
|
||||||
- [x] filtile (/src instead of bin)
|
|
||||||
- [x] dotter (/src instead of bin)
|
- [x] filtile (/src instead of bin)
|
||||||
- [x] git-bug (/src)
|
- [x] dotter (/src instead of bin)
|
||||||
- [~] git-delta
|
- [x] git-bug (/src)
|
||||||
- [ ] bugwarrior
|
- [~] git-delta
|
||||||
- [ ] viddy
|
- [ ] bugwarrior
|
||||||
- [ ] netbird
|
- [ ] viddy
|
||||||
- [ ] piactl/daemon
|
- [ ] netbird
|
||||||
- https://github.com/pia-foss/desktop/issues/59
|
- [ ] piactl/daemon
|
||||||
|
|
||||||
|
- <https://github.com/pia-foss/desktop/issues/59>
|
||||||
|
|
||||||
- packages to investigate:
|
- packages to investigate:
|
||||||
- [ ] impala (iwd TUI)
|
- [ ] impala (iwd TUI)
|
||||||
- [ ] localsend
|
- [ ] localsend
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue