summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b428917f73ef23214b58ffb2abfd4a38bdf00673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Gerard de Leeuw <gdeleeuw at leeuwit dot nl>

pkgname=brother-hl3142cw-cups-bin
pkgver=1.1.4
pkgrel=1
pkgdesc="CUPS wrapper for Brother HL-3142CW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=hl3142cw_eu"
license=("EULA")
source=("https://download.brother.com/welcome/dlf101629/hl3142cwcupswrapper-1.1.4-0.i386.deb")
md5sums=("e7d3903ab56ba3d65d87336e2fce60e3")

package() {
	tar -xf data.tar.gz -C "${pkgdir}"
}