mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-14 18:58:06 +01:00
19 lines
676 B
Bash
19 lines
676 B
Bash
# Template file for 'modrinth-app'
|
|
pkgname=modrinth-app
|
|
version=0.8.8
|
|
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="2518a3f14559ec315c0fff491e1c94b787ba174a3a27b6ba96f2882557597eec"
|
|
|
|
|
|
do_install() {
|
|
mv "bin/ModrinthApp" "bin/modrinth-app"
|
|
vinstall "bin/modrinth-app" 755 "usr/bin"
|
|
}
|