summarylogtreecommitdiffstats
path: root/test.sh
blob: dd928418f3ae55aedeed67c8fe49b0895c4e91e4 (plain)
1
2
3
4
5
6
#!/bin/bash
updpkgsums && \
  makepkg --printsrcinfo | tee .SRCINFO && \
  makepkg -f && \
  podman build . -t zim && \
  podman run --rm -it zim /usr/bin/zsh -c 'sudo pacman --noconfirm -U zsh-zim-git-* && zsh'