https://github.com/iceyear/iipython-feishin-electron-bin
https://github.com/iceyear/iipython-feishin-electron-bin
aur feishin jellyfin jellyfin-client navidrome navidrome-client rolldown rolldown-vite subsonic subsonic-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iceyear/iipython-feishin-electron-bin
- Owner: iceyear
- License: gpl-3.0
- Created: 2026-02-07T14:13:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T02:19:52.000Z (4 months ago)
- Last Synced: 2026-02-09T07:28:47.899Z (4 months ago)
- Topics: aur, feishin, jellyfin, jellyfin-client, navidrome, navidrome-client, rolldown, rolldown-vite, subsonic, subsonic-client
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iipython-feishin-electron-bin
An AUR-style packaging repository for the **iiPythonx** Feishin builds, using the system-wide Electron runtime.
## Local build
```bash
git clone
cd iipython-feishin-electron-bin
makepkg -si
```
## Updating
A GitHub Actions workflow is included to keep `PKGBUILD` and `.SRCINFO` in sync with the latest release from
`iiPythonx/feishin`.
- The scheduled cron trigger is **commented out** for now. You can enable it later by uncommenting the `schedule`
block in `.github/workflows/update-aur.yml`.
- If there is no new upstream release, the workflow exits quickly without rebuilding or creating releases.
- If the package is not yet present on AUR, the workflow will still push the current build there for publishing.
If you prefer to update locally, edit `PKGBUILD` and regenerate `.SRCINFO` (or run the update script manually).
```bash
python .github/scripts/update_pkgbuild.py
```