/aur-brscan5

AUR package for Brother's brscan5 utility

Primary LanguageHTML

# 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