Skip to content

Commit

Permalink
Calamares
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Aug 19, 2024
1 parent ba5fd01 commit 3cfa2d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion PKGBUILDS/rockers/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Srinath Anand <magitian@duck.com>
pkgname='rockers'
pkgver='0.1'
pkgrel=1
pkgrel=2
pkgdesc="StratOS's package manager manager"
arch=('x86_64')
url='https://github.com/stratos-linux/rockers'
Expand Down
12 changes: 4 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,11 @@ build_and_package() {
sudo pacman -U *.pkg.tar.zst --noconfirm
cd $dir

cd /tmp
git clone https://aur.archlinux.org/calamares-git
sudo chmod -R 777 ./calamares-git
cd calamares-git
cp $dir/PKGBUILDS/calamares-git/* ./
cd $dir/PKGBUILDS/calamares-git
sudo -u builder makepkg -cfs --noconfirm # --sign
rm -f **debug**.pkg.tar.zst
sudo rm -rf **debug**.pkg.tar.zst calamares/
rm -f $dir/x86_64/**calamares**.pkg.tar.zst
cp *.pkg.tar.zst $dir/x86_64/
mv *.pkg.tar.zst $dir/x86_64/
cd $dir

mkdir -p /tmp/grab
Expand Down Expand Up @@ -123,7 +119,7 @@ build_and_package() {
cd $dir

local packages=(
# "albert"
"albert"
"aura-bin"
# "aurutils"
"bibata-cursor-theme-bin"
Expand Down

0 comments on commit 3cfa2d0

Please sign in to comment.