Added documentation for wise_unpack_installers function
This commit is contained in:
parent
a0446e18b1
commit
5b98e4d687
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2021-2022 Gentoo Authors
|
# Copyright 2021-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: wise.eclass
|
# @ECLASS: wise.eclass
|
||||||
@ -25,7 +25,7 @@ PROPERTIES+="live"
|
|||||||
|
|
||||||
# @ECLASS_VARIABLE: WISE_INSTALLER
|
# @ECLASS_VARIABLE: WISE_INSTALLER
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# WISE installer filename. It can be an array!
|
# WISE installer path. It can be an array!
|
||||||
: ${WISE_INSTALLER:=}
|
: ${WISE_INSTALLER:=}
|
||||||
|
|
||||||
LICENSE+="e_wise-mit-like"
|
LICENSE+="e_wise-mit-like"
|
||||||
@ -38,6 +38,11 @@ BDEPEND+="
|
|||||||
app-arch/p7zip
|
app-arch/p7zip
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# @FUNCTION: wise_unpack_installers
|
||||||
|
# @USAGE:
|
||||||
|
# @DESCRIPTION:
|
||||||
|
# This function requires that a global array called WISE_INSTALLER be declared on the package's level.
|
||||||
|
# All paths in that variable will be extracted with e_wise for DOS, because a native version does not exist yet.
|
||||||
wise_unpack_installers() {
|
wise_unpack_installers() {
|
||||||
mkdir wise_output
|
mkdir wise_output
|
||||||
mkdir ewise
|
mkdir ewise
|
||||||
|
Loading…
Reference in New Issue
Block a user