summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..93c04c1ac730
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: Gray Lott <gray.lott@live.com>
+pkgname=brother_hl-l2325dw-cups-bin
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="CUPS Wrapper for Brother HL-L2325DW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll2325dw_us"
+license=("EULA")
+source=("https://download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.2.3-1.gz")
+md5sums=("5bf6bd33b13232614f0991b84e9582a3")
+package() {
+ gzip -df linux-brprinter-installer-2.2.3-1.gz
+}