blob: 549c651c3b2a3b46cb70ceb9b06ba850669dfb7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Package: fractalart-git
## Upstream
- Repository: https://github.com/TomSmeets/FractalArt
- Language: Haskell
- Version tracking: git commits (no stable releases)
## Update Detection
```bash
git ls-remote https://github.com/TomSmeets/FractalArt.git HEAD
```
## Update Instructions
1. Fetch latest source with `makepkg -o` (requires ghc, cabal-install)
2. Note the new pkgver from output
3. Update `pkgver` in PKGBUILD manually if needed
4. Test build with `makepkg -sf`
5. Test install with `makepkg -si`
6. Regenerate `.SRCINFO` with `makepkg --printsrcinfo > .SRCINFO`
7. Commit with message: "fractalart-git: update to r<count>.<hash>"
## Build Notes
- Requires Haskell toolchain (ghc, cabal-install)
- Uses cabal for dependency management
- Installs to /etc/xdg/autostart for desktop wallpaper generation
|