app-emulation/wslu: new package, add 4.1.1

Signed-off-by: Steven Stallion <sstallion@gmail.com>
This commit is contained in:
Steven Stallion
2023-11-05 19:24:53 -06:00
parent 7780bacc6c
commit bc8617ed80
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST wslu-4.1.1.tar.gz 139919 BLAKE2B e38aad1d417b388c2f5c2a4f46f86419aa0975514d9a8f18b37c1412f17cc7e8bb0c3e9758aff8072a28426e469587f21ac9c711f42f8414c74c431646d98a8d SHA512 73e88d42206a0e4240ebcf8029dcfa06b83b94fdeba9bca86e98e31eadd47a38b3d93fe47d7fdf40239d76134ab65a1518b1ce15be0732651c2fa2df6c78d89e

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>sstallion@gmail.com</email>
<name>Steven Stallion</name>
</maintainer>
<longdescription>
This is a collection of utilities for the Linux Subsystem for Windows
(WSL), such as converting Linux paths to Windows paths or creating
Linux application shortcuts on the Windows Desktop.
</longdescription>
<upstream>
<remote-id type="github">wslutilities/wslu</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,23 @@
# 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"
RDEPEND="
app-shells/bash-completion
sys-devel/bc
sys-process/psmisc
"
src_install() {
emake DESTDIR="${D}" install
dodoc README.md
}