games-util/r2modman-bin: update LICENSE

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2023-12-28 19:44:27 +00:00
parent ed0a6b2593
commit 250f7e701e

View File

@@ -20,7 +20,7 @@ SRC_URI="
DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore"
HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
LICENSE="GPL-3"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -28,12 +28,15 @@ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
src_install() {
## Install binaries file
# Install binaries file
mv "${M_PN}-${PV}" "${M_PN}" || die #Fix folder name
insinto /opt
doins -r "${M_PN}"
fperms 755 "/opt/${M_PN}/r2modman"
#Install License file in proper location
find "${ED}" -name "LICENSE*" -delete || die
# Install desktop file
domenu "${FILESDIR}/${M_PN}".desktop
@@ -47,7 +50,3 @@ src_install() {
newicon -s 192 "${DISTDIR}/${M_PN}"-192x192.png "${M_PN}".png
newicon -s 256 "${DISTDIR}/${M_PN}"-256x256.png "${M_PN}".png
}
pkg_postinst() {
xdg_desktop_database_update
}