2024-05-20 21:48:01 +02:00
|
|
|
# Template file for 'modrinth-app'
|
|
|
|
pkgname=modrinth-app
|
2024-10-18 15:08:29 +02:00
|
|
|
version=0.8.9
|
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"
|
2024-10-18 15:08:29 +02:00
|
|
|
checksum="bf797d3170723ea7291be038948443883aa8e9ca902bf4064eb0725c4850fccc"
|
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"
|
|
|
|
}
|