summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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..7c2d3a4c0765
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-dcp385c-cups-bin
+ pkgdesc = CUPS wrapper for Brother DCP-385C printer
+ pkgver = 1.1.2
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=dcp385c_all
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf005397/dcp385ccupswrapper-1.1.2-2.i386.deb
+ md5sums = e120a58c97db025affc88b76e255854a
+
+pkgname = brother-dcp385c-cups-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f2f02bdb6ae3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Tim Cassels <cassels2025@gmail.com>
+
+pkgname=brother-dcp385c-cups-bin
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="CUPS wrapper for Brother DCP-385C printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=dcp385c_all"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf005397/dcp385ccupswrapper-1.1.2-2.i386.deb")
+md5sums=("e120a58c97db025affc88b76e255854a")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}