Skip to content
Snippets Groups Projects

Draft: wip: test: devel makepkg package

Open Christian Heusel requested to merge feature/devel-makepkg-package into master
2 files
+ 71
0
Compare changes
  • Side-by-side
  • Inline
Files
2
test/Justfile 0 → 100644
+ 4
0
install:
rm -rf src/devtools-local
makepkg -f
sudo pacman --noconfirm -U $(makepkg --packagelist | head -1)
Loading