mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
app-emulation/wslu: new package, add 4.1.1
Signed-off-by: Steven Stallion <sstallion@gmail.com>
This commit is contained in:
23
app-emulation/wslu/wslu-4.1.1.ebuild
Normal file
23
app-emulation/wslu/wslu-4.1.1.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user