summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Mutze2019-07-31 22:24:34 +0200
committerRichard Mutze2019-07-31 22:24:34 +0200
commit3d58fabd4af3a73985d2210f6600f3040aa35c75 (patch)
treede8caa404dc8d62cbe287898a06234071081f2fe /PKGBUILD
downloadaur-brother-dcp540cn-cups-bin.tar.gz
initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a79d73d931ef
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Richard Mutze <richard.mutze@gmail.com>
+
+pkgname=brother-dcp540cn-cups-bin
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="CUPS wrapper for Brother DCP-540CN printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=de&lang=de&prod=dcp540cn_all"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf005469/dcp540cncupswrapper-1.0.1-1.i386.deb")
+md5sums=("918f620ee9adda398c0892efb52ed0e6")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}