app-emulation/wslu - 4.1.1 (guru)

Search

Install

Install this version:

emerge -a =app-emulation/wslu-4.1.1

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

autounmask =app-emulation/wslu-4.1.1

Or alternatively:

emerge --autounmask-write -a =app-emulation/wslu-4.1.1

Package Information

Description:
A collection of utilities for Windows Subsystem for Linux
Homepage:
https://wslutiliti.es/wslu/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.1.1 8 ~amd64 ~arm ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A collection of utilities for Windows Subsystem for Linux"
HOMEPAGE="https://wslutiliti.es/wslu/"
SRC_URI="https://github.com/wslutilities/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"

RESTRICT="test"

RDEPEND="
	app-shells/bash-completion
	sys-devel/bc
	sys-process/psmisc
"

PATCHES=(
	"${FILESDIR}"/${PN}-dont-compress-manpages.patch #916991
)

src_install() {
	emake DESTDIR="${D}" install
	dodoc README.md
}

Dependencies

RDEPEND

	app-shells/bash-completion
	sys-devel/bc
	sys-process/psmisc

Manifest for 4.1.1

Type File Size Source URLs
DIST wslu-4.1.1.tar.gz 139919 bytes https://github.com/wslutilities/wslu/archive/v4.1.1.tar.gz