Skip to content

Commit

Permalink
add ckbcomp
Browse files Browse the repository at this point in the history
  • Loading branch information
dengsgo committed Sep 14, 2024
1 parent c50812d commit 4d905f0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions repo/build-pkgs-and-pub-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ mv *.pkg.tar.zst ../x86_64/
pwd
cd ../..

echo "==== Building ckbcomp ====="
cd repo/ckbcomp && \
makepkg -s --noconfirm && \
mv *.pkg.tar.zst ../x86_64/
# echo "==== Building ckbcomp ====="
# cd repo/ckbcomp && \
# makepkg -s --noconfirm && \
# mv *.pkg.tar.zst ../x86_64/

pwd
cd ../..
# pwd
# cd ../..

echo "==== Download ckbcomp ====="
sudo pacman -Sw --noconfirm ckbcomp
cp /var/cache/pacman/pkg/ckbcomp-1.230-2-any.pkg.tar.zst repo/x86_64/

echo "==== Arch Directory ====="
ls -al repo/x86_64
Expand Down

0 comments on commit 4d905f0

Please sign in to comment.