aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 2d3d0bbde2ae25fac0af803033b2e97b480e7b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
# wxc

This is part of an attempt to modernise Haskell's wxWidgets libraries. See [here](https://github.com/wxHaskell/wxHaskell/pull/40) for context.

This packages the Haskell-agnostic `wxc` library for Arch Linux, so that `wxHaskell` can then be installed.

## Developing

Remember we always need to run `makepkg --printsrcinfo > .SRCINFO` upon making any changes to `PKGBUILD`, before committing.

Deploy with `git push aur main:master` (assuming we have once run `git remote add aur ssh://aur@aur.archlinux.org/wxc.git`).