An open API service indexing awesome lists of open source software.

https://github.com/dbernheisel/aur-brscan5

AUR package for Brother's brscan5 utility
https://github.com/dbernheisel/aur-brscan5

archlinux aur brother driver printer scanner

Last synced: 8 months ago
JSON representation

AUR package for Brother's brscan5 utility

Awesome Lists containing this project

README

          

```
# 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
```