| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1-r2 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="ssh-lpr backend for cups -- print to remote systems over ssh"
HOMEPAGE="http://www.masella.name/technical/sshlpr.html"
SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.gz"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="net-print/cups"
RDEPEND="${DEPEND}
sys-apps/shadow
virtual/openssh
"
src_install() {
exeinto $(cups-config --serverbin)/backend
exeopts -m0700
doexe ${PN}
}
net-print/cups
net-print/cups sys-apps/shadow virtual/openssh