1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-11-14 18:58:06 +01:00
void-packages/srcpkgs/modrinth-app/template

19 lines
676 B
Bash

# Template file for 'modrinth-app'
pkgname=modrinth-app
version=0.8.9
revision=1
hostmakedepends=""
makedepends=""
depends=""
short_desc="An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package."
maintainer="Jozef Steinhübl <contact@xhyrom.dev>"
license="GPL-3.0-or-later"
homepage="https://modrinth.com/app"
distfiles="https://launcher-files.modrinth.com/versions/${version}/linux/Modrinth%20App_${version}_amd64.deb"
checksum="bf797d3170723ea7291be038948443883aa8e9ca902bf4064eb0725c4850fccc"
do_install() {
mv "bin/ModrinthApp" "bin/modrinth-app"
vinstall "bin/modrinth-app" 755 "usr/bin"
}