Commit e0300f19 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: added Prism Launcher (eterbug #18292)

parent 165fc06f
#!/bin/sh
PKGNAME=PrismLauncher-Linux
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Minecraft launcher with the ability to manage multiple instances'
URL="https://github.com/PrismLauncher/PrismLauncher"
. $(dirname $0)/common.sh
arch=x86_64
if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_url "https://github.com/PrismLauncher/PrismLauncher" "PrismLauncher-Linux-${arch}.AppImage")
else
PKGURL="https://github.com/PrismLauncher/PrismLauncher/releases/download/$VERSION/PrismLauncher-Linux-${arch}.AppImage"
fi
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=PrismLauncher-Linux
PRODUCTDIR=/opt/$PRODUCT
. $(dirname $0)/common.sh
move_file /usr/share/pixmaps/PrismLauncher-Linux.svg /usr/share/icons/hicolor/scalable/apps/org.prismlauncher.PrismLauncher.svg
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment