summaryrefslogtreecommitdiff
path: root/media-gfx/brother-mfcl8690cdw-bin/brother-mfcl8690cdw-bin-1.0.ebuild
blob: f256a5706c29a38bcf9bf35302c5042cb040ea53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2023 BaldEagleOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

DESCRIPTION="Scanner driver for Brother MFC-L6890CDW (brscan4)"
HOMEPAGE="http://support.brother.com"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="media-gfx/brother-scan4-bin"

pkg_postinst() {
	einfo "Configure scanner using one of the following commands:"
	einfo "- using hostname:   /usr/local/Brother/sane/brsaneconfig4 -a name=MFC-L6890CDW model=MFC-L6890CDW nodename=<hostname>"
	einfo "- using IP address: /usr/local/Brother/sane/brsaneconfig4 -a name=MFC-L6890CDW model=MFC-L6890CDW ip=<IP address>"
}