summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Cassels2017-11-22 09:25:11 -0500
committerTim Cassels2017-11-22 09:25:11 -0500
commitd49a58a0c2e5a12719315a7ccb79364e1af24c60 (patch)
tree051c4f898070bb91ec9a07e622f41bbc4ba83c5c
downloadaur-d49a58a0c2e5a12719315a7ccb79364e1af24c60.tar.gz
Initial Commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0892b0bee42f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-hll8360cdw-cups-bin
+ pkgdesc = CUPS wrapper for Brother HL-L8360CDW printer
+ pkgver = 1.2.0
+ pkgrel = 1
+ url = http://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll8360cdw_us_eu_as
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = http://download.brother.com/welcome/dlf103246/hll8360cdwcupswrapper-1.2.0-0.i386.deb
+ md5sums = 0d215946893241070f83ac2edddf2b64
+
+pkgname = brother-hll8360cdw-cups-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..608b48b35529
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Tim Cassels <cassels2025@gmail.com>
+
+pkgname=brother-hll8360cdw-cups-bin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="CUPS wrapper for Brother HL-L8360CDW printer"
+arch=("i686" "x86_64")
+url="http://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll8360cdw_us_eu_as"
+license=("EULA")
+groups=("base-devel")
+source=("http://download.brother.com/welcome/dlf103246/hll8360cdwcupswrapper-1.2.0-0.i386.deb")
+md5sums=("0d215946893241070f83ac2edddf2b64")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}