Skip to content

dbernheisel/aur-brscan5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Test
namcap PKGBUILD
makepkg -fc
rm -f .SRCINFO
makepkg --printsrcinfo > .SRCINFO
namcap *.zst

# Install Test
sudo pacman -U *.tar.zst

# Publish
git add --all
git commit -m "useful commit message"
git push github
git push