#!/bin/sh
PKGNAME=minecraft-launcher
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Minecraft launcher from the official site"
URL="https://www.minecraft.net/en-us/download"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://www.minecraft.net/en-us/download
PKGURL="https://launcher.mojang.com/download/Minecraft.deb"
install_pkgurl
-
Vitaly Lipatov authored
epm play.d/common.sh: implement install_pkgurl and install_pack_pkgurl and use it (repack rpm packages for any distro)
155cb2e9