makedeb


polymc-bin 6.1-0.1


Minecraft launcher with ability to manage multiple instances.

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for polymc-bin.

# Maintainer: sonystinks <sonystinks@protonmail.com>
# Contributor: dada513 <dada513@protonmail.com>

pkgname=polymc-bin
pkgver=6.1
pkgrel=0.1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('amd64')
url="https://github.com/PolyMC/PolyMC"
license=('GPL3')
depends=('libqt5svg5' 'qt5-image-formats-plugins' 'libqt5xml5' 'libqt5core5a' 'libqt5network5' 'libqt5gui5')
provides=('polymc')
conflicts=('polymc')
optdepends=('java-runtime=8: support for Minecraft versions < 1.17'
            'java-runtime=17: support for Minecraft versions >= 1.17')
source=("https://github.com/PolyMC/PolyMC/releases/download/${pkgver}/PolyMC-Linux-${pkgver}.tar.gz")
sha256sums=('8baab026f8ea7b63a299bb88d139858e0b542370a7c99773c6e5baceb2dda81b')

package() {
    cp -r $srcdir/. $pkgdir/usr
}