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

20 lines
676 B
Bash
Raw Normal View History

2024-05-20 21:48:01 +02:00
# Template file for 'modrinth-app'
pkgname=modrinth-app
2024-10-05 20:35:43 +02:00
version=0.8.8
2024-05-20 21:48:01 +02:00
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."
2024-07-23 23:12:38 +02:00
maintainer="Jozef Steinhübl <contact@xhyrom.dev>"
2024-05-20 21:48:01 +02:00
license="GPL-3.0-or-later"
homepage="https://modrinth.com/app"
2024-10-05 20:35:43 +02:00
distfiles="https://launcher-files.modrinth.com/versions/${version}/linux/Modrinth%20App_${version}_amd64.deb"
checksum="2518a3f14559ec315c0fff491e1c94b787ba174a3a27b6ba96f2882557597eec"
2024-05-20 21:48:01 +02:00
do_install() {
2024-10-05 20:35:43 +02:00
mv "bin/ModrinthApp" "bin/modrinth-app"
2024-05-20 21:48:01 +02:00
vinstall "bin/modrinth-app" 755 "usr/bin"
}