Home
last modified time | relevance | path

Searched refs:appimagetool (Results 1 – 25 of 55) sorted by relevance

123

/dports/games/adonthell-wastesedge/wastesedge-0.3.8/
H A Dmake_linux_appimg.sh5 appimagetool=`locate -l 1 -r appimagetool-x86_64.AppImage$`
7 appimagetool=$APPIMGTOOL
10 if test "x$appimagetool" = "x" ; then
88 $appimagetool $1 Adonthell-$version-$arch.AppImage
/dports/devel/heaptrack/heaptrack-1.3.0/tools/
H A DDockerfile30 …/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O /tmp/appimaget…
31 chmod a+x /tmp/linuxdeployqt /tmp/appimagetool && \
34 /tmp/appimagetool --appimage-extract && mv squashfs-root appimagetool && \
35 ln -s /opt/appimagetool/AppRun /opt/bin/appimagetool
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/util/
H A Dmake-appimage.sh41 …//github.com/AppImage/AppImageKit/releases/download/11/appimagetool-x86_64.AppImage -O appimagetool
42 chmod +x appimagetool
43 ./appimagetool -g AppDir Vipster-Linux-x86_64.AppImage
/dports/astro/stellarium/stellarium-0.21.3/.github/workflows/
H A Dappimage-arm.yml72 …age/AppImageKit/releases/download/continuous/appimagetool-${{ matrix.march }}.AppImage -O /opt/app…
73 chmod +x /opt/appimagetool
75 qemu-static /opt/appimagetool --appimage-extract
76 mv /opt/squashfs-root /opt/appimagetool.AppDir
77 ln -s /opt/appimagetool.AppDir/AppRun /usr/local/bin/appimagetool
H A Dappimage.yml33 …Image/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appi…
34 sudo chmod +x /usr/local/bin/appimagetool
/dports/astro/kstars/kstars-3.5.6/
H A D.gitlab-ci.yml109 …m/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /opt/appimaget…
110 - chmod +x /opt/appimagetool
111 - pushd /opt/; /opt/appimagetool --appimage-extract
112 - mv /opt/squashfs-root /opt/appimagetool.AppDir
113 - ln -s /opt/appimagetool.AppDir/AppRun /usr/local/bin/appimagetool
/dports/audio/musescore/MuseScore-3.6.1/build/ci/linux/tools/
H A Dmake_appimage.sh40 mkdir appimagetool
41 cd appimagetool
43 download_appimage_release AppImage/AppImageKit appimagetool 12
47 appimagetool --version
271 appimagetool "${appimagetool_args[@]}" "${appdir}" "${appimage}"
/dports/net-im/chatterino2/chatterino2-2.3.4/.CI/
H A DCreateAppImage.sh36 if [ ! -f appimagetool-x86_64.AppImage ]; then
38 chmod a+x appimagetool-x86_64.AppImage
61 ./appimagetool-x86_64.AppImage appdir
/dports/sysutils/conky/conky-1.12.2/appimage/
H A Dbuild.sh71 wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppIm…
73 chmod +x appimagetool-x86_64.AppImage
75 ./appimagetool-x86_64.AppImage AppDir --sign --sign-key E3034071
/dports/sysutils/conky-awesome/conky-1.12.2/appimage/
H A Dbuild.sh71 wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppIm…
73 chmod +x appimagetool-x86_64.AppImage
75 ./appimagetool-x86_64.AppImage AppDir --sign --sign-key E3034071
/dports/games/openra/OpenRA-release-20200503/packaging/linux/
H A Dbuildpackage.sh63 …curl -s -L -O https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x8…
66 …wget -cq https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.…
69 chmod a+x appimagetool-x86_64.AppImage
144 ./appimagetool-x86_64.AppImage --appimage-extract
162 …server.temp openra-mod-utility.temp temp.desktop temp.xml AppRun.temp appimagetool-x86_64.AppImage…
/dports/audio/musescore/MuseScore-3.6.1/build/Linux+BSD/portable/
H A DRecipe176 mkdir appimagetool
177 cd appimagetool
179 download_appimage_release AppImage/AppImageKit appimagetool 12
183 appimagetool --version
374 appimagetool "${appimagetool_args[@]}" "${appdir}" "${appimage}"
/dports/audio/audacity/audacity-Audacity-3.1.3/linux/
H A Dcreate_appimage.sh62 download_appimage_release AppImage/AppImageKit appimagetool continuous
66 appimagetool --version
176 appimagetool "${appimagetool_args[@]}" "${appdir}" "${appimage}"
/dports/editors/encryptpad/EncryptPad-0.5.0.1/linux_deployment/
H A Dprepare-appimage.sh17 if ! which appimagetool > /dev/null
41 appimagetool ./AppDir encryptpad.AppImage
/dports/emulators/aranym/aranym-1.1.0/appimage/
H A Dfunctions.sh201 wget -c "$URL" -O appimagetool
202 chmod a+x ./appimagetool
203 test -f appimagetool || exit 1
216 …./appimagetool -n -s --bintray-user $BINTRAY_REPO_OWNER --bintray-repo $BINTRAY_REPO -v "./${APP}.…
218 …./appimagetool -n --bintray-user $BINTRAY_REPO_OWNER --bintray-repo $BINTRAY_REPO -v "./${APP}.App…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/ci/travis/
H A Dinstall.sh21 …wget -O appimagetool -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appi…
22 chmod a+x ./appimagetool
H A Drelease.sh21 $HOME/appimagetool -n /tmp/release/$config/fso "/tmp/release/$config/fso/$FILENAME"
40 …$HOME/appimagetool -n . "$(find /tmp/release/$config/qtfred/usr/bin -name 'qtfred_*' -type f -prin…
/dports/security/yubikey-manager-qt/yubikey-manager-qt-yubikey-manager-qt-1.2.0/docker/xenial-appimage/
H A DDockerfile51 …&& wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_…
53 && chmod a+x appimagetool*.AppImage \
62 && ./appimagetool*.AppImage appDir
/dports/security/yubioath-desktop/yubioath-desktop-yubioath-desktop-5.0.4/docker/xenial-appimage/
H A DDockerfile52 …&& wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_…
54 && chmod a+x appimagetool*.AppImage \
63 && ./appimagetool*.AppImage appDir
/dports/multimedia/olive/olive-0.1.2/.travis/
H A Dscript.sh68 chmod a+x appimagetool-i686.AppImage
69 ./appimagetool-i686.AppImage "appdir" -n -g
/dports/devel/kdevelop/kdevelop-21.12.3/appimage/
H A Dkdevelop-recipe-centos6.sh503 APPIMAGETOOL_DIR=$SRC/appimagetool
507 …wget -c -O appimagetool https://github.com/AppImage/AppImageKit/releases/download/11/appimagetool-…
508 chmod +x ./appimagetool
509 ./appimagetool --appimage-extract # no fuse on this docker instance...
517 appimagetool /kdevelop.appdir/ /out/$APPIMAGE
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/docker/
H A DDockerfile.bionic67 RUN wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.…
69 RUN mv "linuxdeploy-x86_64.AppImage" "linuxdeploy-plugin-qt-x86_64.AppImage" "appimagetool-x86_64.A…
/dports/graphics/rx/rx-0.4.0/scripts/
H A Dcreate-appimage9 appimagetool --no-appstream --sign AppDir
/dports/games/fs2open/fs2open.github.com-release_21_4_1/ci/linux/
H A Dgenerate_appimage.sh11 appimagetool -n $INSTALL_FOLDER "$INSTALL_FOLDER/$FILENAME"
/dports/security/keepassxc/keepassxc-2.6.6/
H A Drelease-tool645 local appimagetool="appimagetool"
676 if ! cmdExists ${appimagetool}; then
678 appimagetool="./appimagetool"
679 appimagetool_cleanup="rm -f ${appimagetool}"
680 …mage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" > "$appimagetool"; then
683 chmod +x "$appimagetool"
752 …if ! "$appimagetool" --updateinformation "gh-releases-zsync|keepassxreboot|keepassxc|latest|KeePas…

123