mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2026-02-04 05:24:46 +00:00
wezterm: assimilated to gentoo again
This commit is contained in:
parent
6b824454c2
commit
2e84be3b10
1 changed files with 11 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2022-2024 Gentoo Authors
|
# Copyright 2022-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# Auto-Generated by cargo-ebuild 0.5.4
|
# Auto-Generated by cargo-ebuild 0.5.4
|
||||||
|
|
@ -735,9 +735,11 @@ submodule_uris() {
|
||||||
for line in "${SUBMODULES[@]}"; do
|
for line in "${SUBMODULES[@]}"; do
|
||||||
read -r name hoster dep url commit <<< "${line}" || die
|
read -r name hoster dep url commit <<< "${line}" || die
|
||||||
|
|
||||||
if [ ${hoster} == "github" ]; then
|
if [ ${hoster} == "github" ];
|
||||||
|
then
|
||||||
SRC_URI+=" ${url}/archive/${commit}.tar.gz -> ${url##*/}-${commit}.tar.gz"
|
SRC_URI+=" ${url}/archive/${commit}.tar.gz -> ${url##*/}-${commit}.tar.gz"
|
||||||
elif [ ${hoster} == "gitlab" ]; then
|
elif [ ${hoster} == "gitlab" ];
|
||||||
|
then
|
||||||
SRC_URI+=" ${url}/-/archive/${commit}/${url##*/}-${commit}.tar.gz"
|
SRC_URI+=" ${url}/-/archive/${commit}/${url##*/}-${commit}.tar.gz"
|
||||||
else
|
else
|
||||||
die
|
die
|
||||||
|
|
@ -774,7 +776,6 @@ src_prepare() {
|
||||||
echo "${MY_PV}-gentoo" > .tag || die
|
echo "${MY_PV}-gentoo" > .tag || die
|
||||||
|
|
||||||
default
|
default
|
||||||
eapply_user
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue