summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Greener2020-07-23 09:05:37 +0100
committerRobert Greener2020-07-23 09:05:37 +0100
commitc7b8be0099ca291b85d423341589fba11a06694a (patch)
tree49e9cbce857fdff8575e52202ab792a0f9be6b99 /PKGBUILD
downloadaur-brother-hll5050dn-cups-bin.tar.gz
Create the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1743052fe746
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Robert Greener <rob@robgreener.com>
+pkgname=brother-hll5050dn-cups-bin
+pkgver=3.5.1.1
+pkgrel=1
+pkgdesc="CUPS wrapper for Brother HL-L5050DN printer"
+arch=("i686" "x86_64")
+url="https://www.brother.co.uk/support/hll5050dn"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf102554/hll5100dncupswrapper-3.5.1-1.i386.deb")
+md5sums=("dfbdb02130960378f221220980fd7029")
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}