summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Nelson2019-11-19 12:14:27 -0700
committerBradley Nelson2019-11-19 12:14:27 -0700
commita5c1015e1dbf216c1d83c2c37df86d825205f923 (patch)
treecfe7a3c8e79e9ff404428277b14ffb8ae174cdf8
downloadaur-brother-mfc8810dw-cups-bin.tar.gz
Creating the package
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d65905b40dde
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-mfc8810dw-cups-bin
+ pkgdesc = CUPS wrapper for Brother MFC-8810dw printer
+ pkgver = 3.0.2
+ pkgrel = 1
+ url = https://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=mfc8810dw_us&os=128
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf006381/mfc8810dwcupswrapper-3.0.2-1.i386.deb
+ md5sums = f42b355bfd8258ce0ab434328592b3a1
+
+pkgname = brother-mfc8810dw-cups-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..507039cf1ccd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=brother-mfc8810dw-cups-bin
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="CUPS wrapper for Brother MFC-8810dw printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=mfc8810dw_us&os=128"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf006381/mfc8810dwcupswrapper-3.0.2-1.i386.deb")
+md5sums=("f42b355bfd8258ce0ab434328592b3a1")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}