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..5327e19b02b3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: Phuwit Puthipairoj <26784267+phuwit@users.noreply.github.com>
+pkgname=brother-mfcj2330dw-cups-bin
+pkgver=1.0.1
+pkgrel=0
+pkgdesc="CUPS driver for Brother MFC-J2330DW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=th&lang=en&prod=mfcj2330dw_eu_as_cn"
+license=("EULA")
+source=("https://download.brother.com/welcome/dlf103035/mfcj2330dwcupswrapper-$pkgver-$pkgrel.i386.deb")
+sha256sums=("184b21636654959ced6ed385bd98892904a867f707ab4e43226df35903cd12b5")
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+} \ No newline at end of file