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
- Host: GitHub
- URL: https://github.com/dbernheisel/aur-brscan5
- Owner: dbernheisel
- Created: 2019-04-14T23:13:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T14:42:54.000Z (over 3 years ago)
- Last Synced: 2025-01-23T01:31:26.893Z (about 1 year ago)
- Topics: archlinux, aur, brother, driver, printer, scanner
- Language: HTML
- Homepage: https://aur.archlinux.org/packages/brscan5/
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```