summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhuwit Puthipairoj2023-12-02 10:41:02 +0700
committerPhuwit Puthipairoj2023-12-02 10:41:02 +0700
commitc23fd83bf6b5f2b25565f2222171435df0b62013 (patch)
treee8932d4e8bd374a50b46091bb2cc6f4eb9fb62bd /PKGBUILD
downloadaur-brother-mfcj2330dw-cups-bin.tar.gz
inital commit
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