add polycat, vesktop, and the bluetooth-support
metapackage
Some checks are pending
continuous-integration/drone Build is running
Some checks are pending
continuous-integration/drone Build is running
This commit is contained in:
parent
377101beee
commit
61b4f93955
1 changed files with 20 additions and 0 deletions
20
archlinux.sh
20
archlinux.sh
|
@ -16,6 +16,7 @@ makepkg -s -c -C --noconfirm --noprogressbar
|
|||
cd ..
|
||||
rm -rf ./mnt-and-sway/
|
||||
|
||||
# these 3 are built from source
|
||||
mkdir ./paru
|
||||
cd ./paru
|
||||
zbuilder.sh paru
|
||||
|
@ -28,6 +29,25 @@ zbuilder.sh fjordlauncher-unlocked
|
|||
cd ..
|
||||
rm -rf ~/source
|
||||
|
||||
mkdir ./polycat
|
||||
cd ./polycat
|
||||
zbuilder.sh polycat
|
||||
cd ..
|
||||
rm -rf ~/source
|
||||
|
||||
# these two are super tiny so not really any reason not to build them here
|
||||
mkdir ./vesktop-bin
|
||||
cd ./vesktop-bin
|
||||
zbuilder.sh vesktop-bin
|
||||
cd ..
|
||||
rm -rf ~/source
|
||||
|
||||
mkdir ./bluetooth-support
|
||||
cd ./bluetooth-support
|
||||
zbuilder.sh bluetooth-support
|
||||
cd ..
|
||||
rm -rf ~/source
|
||||
|
||||
cd /repo/
|
||||
rm -rf ./tmp/arch-workdir
|
||||
|
||||
|
|
Loading…
Reference in a new issue