kaanyalova / aseprite-fedora

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aseprite-fedora

Fedora rpm package for aseprite

How to install

Download the latest src.rpm from Releases

Install rpmbuild required to build the package

sudo dnf install fedora-packager

Setup rpmbuild directories, this will create a folder called rpmbuild on your $HOME (this can be changed)

rpmdev-setuptree

Install the build dependencies of the source package, replace the package name if needed

sudo dnf buildep aseprite-v1.3-1.fc39.src.rpm

Build the package, this may take quite a long time

rpmbuild --rebuild aseprite-v1.3-1.fc39.src.rpm

Install the built package it should be on the RPMS subdirectory of your rpmbuild folder

sudo dnf install ~/rpmbuild/RPMS/aseprite-v1.3-1.fc39.x86_64.rpm

Distributing

Do not distribute the built RPM packages, it is against the aseprite's EULA, distributing SRC.RPMs should be fine as all of the source code is downloaded when building.

Support the aseprite devs

https://www.aseprite.org/#buy

About