Skip to content

Commit

Permalink
x11-misc/ly: Adjusting comments in the ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vu <[email protected]>
  • Loading branch information
Michal Vu committed Aug 11, 2024
1 parent 7b3994d commit b5b8b24
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions x11-misc/ly/ly-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ fetch_deps_dynamically() {

einfo "Extracted CLAP version: ${CLAP}"
einfo "Extracted ZIGINI commit: ${ZIGINI}"

#CLAP="refs/tags/0.9.1"
#ZIGINI="0bba97a12582928e097f4074cc746c43351ba4c8"
#ZIGLIBINI="e18d36665905c1e7ba0c1ce3e8780076b33e3002"
}

# Function to fetch nested dependency versions
Expand Down Expand Up @@ -174,11 +170,12 @@ pkg_setup() {
# Unpack source and fetch dependencies
src_unpack() {
git-r3_src_unpack
# Fetch CLAP and ZIGINI
fetch_deps_dynamically
mkdir "${WORKDIR}/deps" || die
ezig fetch --global-cache-dir "${WORKDIR}/deps" "https://github.com/Hejsil/zig-clap/archive/${CLAP}.tar.gz"
ezig fetch --global-cache-dir "${WORKDIR}/deps" "https://github.com/Kawaii-Ash/zigini/archive/${ZIGINI}.tar.gz"

# Fetch ZIGLIBINI
fetch_nested_deps_dynamically
ezig fetch --global-cache-dir "${WORKDIR}/deps" "https://github.com/ziglibs/ini/archive/${ZIGLIBINI}.tar.gz"
}
Expand Down

0 comments on commit b5b8b24

Please sign in to comment.