This commit is contained in:
Tibo De Peuter 2022-10-26 23:22:01 +02:00
parent 0020769de6
commit d36c1a1c35
20 changed files with 16 additions and 16 deletions

View file

@ -5,7 +5,7 @@ pkgver = 0.0.13-1
pkgarch = any
pkgbuild_sha256sum = e816ad762cd10bfc32004d5b937b0180f8e6ced0c532b3d9ff6c25f004631bb0
packager = Unknown Packager
builddate = 1666819170
builddate = 1666819317
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
buildtool = makepkg

View file

@ -5,7 +5,7 @@ pkgbase = tdpeuter
pkgver = 0.0.13-1
pkgdesc = Sysconfig for my systems
url = https://git.depeuter.tk/tdpeuter/arch-pkgs
builddate = 1666819170
builddate = 1666819317
packager = Unknown Packager
size = 0
arch = any

View file

@ -5,7 +5,7 @@ pkgver = 0.0.13-1
pkgarch = any
pkgbuild_sha256sum = e816ad762cd10bfc32004d5b937b0180f8e6ced0c532b3d9ff6c25f004631bb0
packager = Unknown Packager
builddate = 1666819170
builddate = 1666819317
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
buildtool = makepkg

View file

@ -23,35 +23,35 @@ install_software() {
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
cd betterbird-bin
git pull
su "${user}" -c "makepkg -ic"
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing google-chrome"
git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git
cd google-chrome
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing hamsket"
git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git
cd hamsket-bin
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing jetbrains-toolbox"
git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git
cd jetbrains-toolbox
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing sway-git"
git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git
cd sway-git
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
}

View file

@ -5,7 +5,7 @@ pkgbase = tdpeuter
pkgver = 0.0.13-1
pkgdesc = Sysconfig for my systems
url = https://git.depeuter.tk/tdpeuter/arch-pkgs
builddate = 1666819170
builddate = 1666819317
packager = Unknown Packager
size = 0
arch = any

View file

@ -5,7 +5,7 @@ pkgver = 0.0.13-1
pkgarch = any
pkgbuild_sha256sum = e816ad762cd10bfc32004d5b937b0180f8e6ced0c532b3d9ff6c25f004631bb0
packager = Unknown Packager
builddate = 1666819170
builddate = 1666819317
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
buildtool = makepkg

Binary file not shown.

View file

@ -5,7 +5,7 @@ pkgbase = tdpeuter
pkgver = 0.0.13-1
pkgdesc = Sysconfig for my systems
url = https://git.depeuter.tk/tdpeuter/arch-pkgs
builddate = 1666819170
builddate = 1666819317
packager = Unknown Packager
size = 0
arch = any

View file

@ -23,35 +23,35 @@ install_software() {
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
cd betterbird-bin
git pull
su "${user}" -c "makepkg -ic"
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing google-chrome"
git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git
cd google-chrome
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing hamsket"
git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git
cd hamsket-bin
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing jetbrains-toolbox"
git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git
cd jetbrains-toolbox
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
>&2 echo "Installing sway-git"
git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git
cd sway-git
git pull
makepkg -ic
su -c "makepkg -ic" "${user}"
cd
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.