AUR Drivers for my Brother Printer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
510 B

7 years ago
7 years ago
7 years ago
  1. # Maintainer: Tim Cassels <cassels2025@gmail.com>
  2. pkgname=brother-hll8360cdw-cups-bin
  3. pkgver=1.4.0
  4. pkgrel=1
  5. pkgdesc="CUPS wrapper for Brother HL-L8360CDW printer"
  6. arch=("i686" "x86_64")
  7. url="http://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll8360cdw_us_eu_as"
  8. license=("EULA")
  9. groups=("base-devel")
  10. source=("https://download.brother.com/welcome/dlf103246/hll8360cdwcupswrapper-1.4.0-0.i386.deb")
  11. md5sums=("6dbcf91eb9c3bafd8a414408d940f93c")
  12. package() {
  13. tar -xf data.tar.gz -C "${pkgdir}"
  14. }