https://github.com/cybardev/aseprite-installer
Shell script to download and build Aseprite from source for *nix systems
https://github.com/cybardev/aseprite-installer
aseprite aseprite-script build-automation shell-script
Last synced: about 1 year ago
JSON representation
Shell script to download and build Aseprite from source for *nix systems
- Host: GitHub
- URL: https://github.com/cybardev/aseprite-installer
- Owner: cybardev
- License: gpl-3.0
- Created: 2022-09-25T16:17:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T03:29:29.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:11:36.418Z (over 1 year ago)
- Topics: aseprite, aseprite-script, build-automation, shell-script
- Language: Shell
- Homepage: http://aseprite.cybar.dev/
- Size: 30.5 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aseprite Installer Script
Shell script to download and build Aseprite from source for \*nix systems
## Dependencies
Check [the dependency list in the official Aseprite documentation][deps].
## Usage
Run the following commands to install Aseprite (replace `bash -e` with `cat` to inspect the script)
```sh
curl -sS "https://aseprite.cybar.dev/install.sh" | bash -e
```
The above command can also be used to update the Aseprite installation as required. Will only work if Aseprite was installed using this script.
## Credits
- [Aseprite](https://github.com/aseprite/aseprite/)
> [!NOTE]
> The Trial Version of Aseprite for macOS is included here to make Launchpad integration easier. This is in concordance with [Section `2(b)` of the Aseprite EULA][eula], which states that "Evaluation versions available for download from the Licensor's websites may be freely distributed."
[deps]: https://github.com/aseprite/aseprite/blob/102624cad3c433e8c09fe1cae9f8ccfea344a9db/INSTALL.md#dependencies
[eula]: https://github.com/aseprite/aseprite/blob/3e3dd2a653a6741aeaed18cd8327ec7c396d4b7b/EULA.txt#L20