mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-22 06:31:05 +01:00
34 lines
837 B
Bash
34 lines
837 B
Bash
|
# Template file for 'pollymc'
|
||
|
pkgname=pollymc
|
||
|
version=8.0
|
||
|
revision=1
|
||
|
archs="x86_64"
|
||
|
|
||
|
hostmakedepends=""
|
||
|
makedepends=""
|
||
|
depends="qt6-base qt6-widgets qt6-xml qt6-qt5compat"
|
||
|
|
||
|
short_desc="DRM-free Prism Launcher fork with support for custom auth servers."
|
||
|
maintainer="Jozef Steinhübl <xhyrom.hyro@gmail.com>"
|
||
|
license="GPL-3.0"
|
||
|
homepage="https://github.com/fn2006/PollyMC"
|
||
|
|
||
|
distfiles="https://github.com/fn2006/PollyMC/releases/download/${version}/PollyMC-Linux-Qt6-Portable-${version}.tar.gz"
|
||
|
checksum="0e8d70cc2ac3f4569781a0a00a72ce6a43f046b886461b43f8c71975a1329e11"
|
||
|
|
||
|
do_install() {
|
||
|
rm "share/applications" -rf
|
||
|
rm "share/icons" -rf
|
||
|
rm "share/man" -rf
|
||
|
rm "share/metainfo" -rf
|
||
|
rm "share/mime" -rf
|
||
|
rm "bin/pollymc_updater"
|
||
|
|
||
|
vmkdir "usr"
|
||
|
vmkdir "usr/bin"
|
||
|
vmkdir "usr/share"
|
||
|
|
||
|
vcopy "bin/*" "usr/bin/"
|
||
|
vcopy "share/*" "usr/share"
|
||
|
}
|