app-admin/mslink - 1.3 (phackerlay)

Search

Install

Install this version:

emerge -a =app-admin/mslink-1.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/mslink-1.3

Or alternatively:

emerge --autounmask-write -a =app-admin/mslink-1.3

Package Information

Description:
This application allow you to create Windows Shortcut files (extension .LNK) without needing a Windows OS
Homepage:
https://www.mamachine.org
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="This application allow you to create Windows Shortcut files (extension .LNK) without needing a Windows OS"
HOMEPAGE="https://www.mamachine.org"
SRC_URI="http://web.archive.org/web/20230313034545/http://www.mamachine.org/mslink/mslink_v${PV}.sh"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

S=${WORKDIR}

src_install() {
	mv ${DISTDIR}/mslink_v${PV}.sh ${WORKDIR}/mslink.sh
	dobin mslink.sh
}

Manifest for 1.3

Type File Size Source URLs
DIST mslink_v1.3.sh 9234 bytes http://web.archive.org/web/20230313034545/http://www.mamachine.org/mslink/mslink_v1.3.sh