app-emulation/wslu: add 4.1.3

Signed-off-by: Yuhang Zeng <unlsycn@unlsycn.com>
This commit is contained in:
Yuhang Zeng 2024-07-22 16:37:20 +08:00
parent 26325917a3
commit b554491f9c
No known key found for this signature in database
GPG Key ID: F3585331E745A1E7
2 changed files with 30 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST wslu-4.1.1.tar.gz 139919 BLAKE2B e38aad1d417b388c2f5c2a4f46f86419aa0975514d9a8f18b37c1412f17cc7e8bb0c3e9758aff8072a28426e469587f21ac9c711f42f8414c74c431646d98a8d SHA512 73e88d42206a0e4240ebcf8029dcfa06b83b94fdeba9bca86e98e31eadd47a38b3d93fe47d7fdf40239d76134ab65a1518b1ce15be0732651c2fa2df6c78d89e
DIST wslu-4.1.3.tar.gz 141228 BLAKE2B 777c65d5c3c06cff0175a353e985679f97b386b59fd6112710f7d0a6de0e49e1ade254dc29f22f20f0cc8ed4c71024146d09c684b8f5ddebd9f6e9302b868bdb SHA512 3fc735b185d9c84410f8608ab267387a0f854e21b5fa68cfa83d6d13bb0770ac67ca76f10ecda5c088e868006fa1da75a15628751170d54294113eab08fc5580

View File

@ -0,0 +1,29 @@
# 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
}