Skip to content

Commit

Permalink
Add grab
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Aug 10, 2024
1 parent 237ba85 commit cce0fee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ build_and_package() {
sudo pacman -U *.pkg.tar.zst --noconfirm
cd $dir

mkdir -p /tmp/grab
cp $dir/PKGBUILDS/grab/PKGBUILD /tmp/grab
cd /tmp/grab
sudo chmod -R 777 /tmp/grab
sudo -u builder makepkg -cfs --noconfirm
rm -f **debug**.pkg.tar.zst
cp *.pkg.tar.zst $dir/x86_64/
cd $dir

cd /tmp
rm -rf /tmp/repoctl
git clone https://aur.archlinux.org/repoctl.git
Expand Down Expand Up @@ -125,6 +134,7 @@ build_and_package() {
"nwg-dock-hyprland-bin"
"pandoc-bin"
"python-clickgen"
"pyprland"
# #"repoctl"
"rua"
# #"swayosd-git"
Expand Down

0 comments on commit cce0fee

Please sign in to comment.