summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Wan2021-03-06 18:17:35 -0500
committerEric Wan2021-03-06 18:17:35 -0500
commit4e940bff68591099f0f7f72482588e816eb1840c (patch)
tree0bf92b41f4ecf39f28b0a802bb3db329a504660c
downloadaur-4e940bff68591099f0f7f72482588e816eb1840c.tar.gz
Create package
-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..1056e78e39b9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-hll5200dw-lpr-bin
+ pkgdesc = LPR driver for Brother HL-L5200DW printer
+ pkgver = 3.5.1
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=hll5200dw_us_eu_as
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf102557/hll5200dwlpr-3.5.1-1.i386.deb
+ md5sums = 9e5718e56bda61297972ee002df89b4d
+
+pkgname = brother-hll5200dw-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ee5aeb684a90
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Eric Wan <ericwan957@gmail.com>
+
+pkgname=brother-hll5200dw-lpr-bin
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="LPR driver for Brother HL-L5200DW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=hll5200dw_us_eu_as"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf102557/hll5200dwlpr-3.5.1-1.i386.deb")
+md5sums=("9e5718e56bda61297972ee002df89b4d")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}