This commit is contained in:
Sam Therapy 2023-04-24 21:52:22 +02:00
parent 5a8585526d
commit 5b6146cd67
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
3 changed files with 42 additions and 0 deletions

3
app-admin/wslu/Manifest Normal file
View file

@ -0,0 +1,3 @@
DIST wslu-4.1.1.tar.gz 139919 BLAKE2B e38aad1d417b388c2f5c2a4f46f86419aa0975514d9a8f18b37c1412f17cc7e8bb0c3e9758aff8072a28426e469587f21ac9c711f42f8414c74c431646d98a8d SHA512 73e88d42206a0e4240ebcf8029dcfa06b83b94fdeba9bca86e98e31eadd47a38b3d93fe47d7fdf40239d76134ab65a1518b1ce15be0732651c2fa2df6c78d89e
EBUILD wslu-4.1.1.ebuild 407 BLAKE2B 21523fb2129698427deed3c6e921df4dc7b3aacf91b9bf82d6a3df2bc979e50675b9def5bfd09cf7ac3b9ac9cbcadd2097393c228c82812d6986d9533b778199 SHA512 3a7717fdcacf9c60917f9e7df257d9b336e8141b14c9b55cbcabef2ebde7996f71f71ac84dc94df148c383fcbaaab1907c926ab3d20c9e8a3fb5498dd7eca8f6
EBUILD wslu-9999.ebuild 417 BLAKE2B 50d47d838bcd4f8d7669b601744364709734f71c8681955daea702d5c6b0f2c125f5ea68dccf6a14398828f913598f1a80c7991dc32488dd0bd4b9014f9e7314 SHA512 1e549e539c055deea816314b1ce6070407afc215a2a83e0c539bf1c03ee1c62ce58f3bddf508f28b0759043f576fa25d64992efd16931996a8aa2b77f45a1bdd

View file

@ -0,0 +1,17 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A collection of utilities for Windows 10 Linux Subsystems"
HOMEPAGE="https://github.com/wslutilities/wslu"
SRC_URI="https://github.com/wslutilities/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View file

@ -0,0 +1,22 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="A collection of utilities for Windows 10 Linux Subsystems"
HOMEPAGE="https://github.com/wslutilities/wslu"
EGIT_REPO_URI="https://github.com/wslutilities/wslu.git"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_unpack() {
git-r3_src_unpack
}