Add configuration options to termscp
This commit is contained in:
parent
766ea8d3c3
commit
3f9e7c9931
1 changed files with 9 additions and 2 deletions
|
|
@ -14,11 +14,11 @@ LICENSE="MIT"
|
|||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
IUSE="dbus samba"
|
||||
IUSE="dbus smb"
|
||||
|
||||
DEPEND="dev-libs/openssl
|
||||
dbus? ( sys-apps/dbus )
|
||||
samba? ( net-fs/samba )
|
||||
smb? ( net-fs/samba )
|
||||
"
|
||||
RDEPEND=${DEPEND}
|
||||
|
||||
|
|
@ -31,6 +31,13 @@ src_unpack() {
|
|||
cargo_live_src_unpack
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myfeatures=(
|
||||
$(usev smb)
|
||||
)
|
||||
cargo_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cargo_scr_compile
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue