https://github.com/gbrsales/cabal-appimage
Cabal support for creating AppImage applications
https://github.com/gbrsales/cabal-appimage
appimage cabal haskell linux
Last synced: about 1 year ago
JSON representation
Cabal support for creating AppImage applications
- Host: GitHub
- URL: https://github.com/gbrsales/cabal-appimage
- Owner: gbrsales
- License: agpl-3.0
- Created: 2020-05-13T16:42:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T20:21:33.000Z (over 1 year ago)
- Last Synced: 2025-04-19T19:37:12.694Z (about 1 year ago)
- Topics: appimage, cabal, haskell, linux
- Language: Haskell
- Size: 39.1 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cabal-appimage
 [](https://travis-ci.org/gbrsales/cabal-appimage)
This package provides a build hook for Cabal automating the creation
of AppImage bundles.
Internally, it calls the
[appimagetool](https://github.com/AppImage/AppImageKit) and
[linuxdeploy](https://github.com/linuxdeploy/linuxdeploy) utilities
which must be already installed on the system.