Update qarch Repo!

This commit is contained in:
quitaxd 2024-04-21 16:28:33 +03:00
parent 0d63d23eed
commit 352a1cdcbc
13 changed files with 3 additions and 3 deletions

0
custom/.gitkeep Normal file
View File

View File

@ -1,11 +1,11 @@
#!/usr/bin/env bash
PKGLIST="yay-bin paru-bin ventoy-bin nvm vesktop-bin"
PKGLIST="yay-bin paru-bin ventoy-bin nvm vesktop-bin pixelfeeder" # Just put AUR packages here. If you have a custom Arch package (.pkg.tar.zst), put it into custom folder and run this script.
reponame="qarch"
repodir="$HOME/qarch/x86_64"
customdir="$HOME/qarch/custom"
rm $repodir/*
rm $repodir/* 2>/dev/null
for pkg in $PKGLIST;
do
@ -21,7 +21,7 @@ do
done
cd $repodir
cp $customdir/* $repodir
cp $customdir/*.pkg.tar.zst $repodir
repo-add $reponame.db.tar.gz *.pkg.tar.zst
rm $reponame.{db,files}
mv $reponame.db.tar.gz $reponame.db

Binary file not shown.

Binary file not shown.

Binary file not shown.