Hello guys! I'm new in Solus and packaging the appimagetool (bin- not compile)
My package.yml looks like
name : appimagetool-bin
version : 13
release : 1
source :
- https://github.com/stupid-kid-af/appimagetool-solus/archive/refs/tags/1.tar.gz : dd02cdf9e725dc342ea702bbf27fdcfd11d86c85a0b5fd36614327cbd6e8ea05
license : GPL-2.0-or-later # CHECK ME
component : system.devel
summary : AppImageKit is a concrete implementation of the AppImage format, especially the tiny runtime that becomes part of each AppImage.
description: |
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives.
builddeps : fuse
install : |
install -Dm755 ./appimagetool-x86_64.AppImage /usr/bin/appimagetool
But it's showing an error "install: cannot create regular file '/usr/bin/appimagetool': Permission denied"
I even tried with sudo but it didn't helped me.