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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3 | 8 | ~amd64 | 0 |
# 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
}
| 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 |