Added initial dtx daemon support.
This commit is contained in:
parent
27a14fde4d
commit
f6423fae6c
1 changed files with 29 additions and 0 deletions
29
app-misc/surface-dtx-daemon/surface-dtx-daemon-9999.ebuild
Normal file
29
app-misc/surface-dtx-daemon/surface-dtx-daemon-9999.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cargo git-r3
|
||||
|
||||
DESCRIPTION="Utility to control attach/detach of clipboard on Surface Book devices."
|
||||
HOMEPAGE="https://github.com/linux-surface/linux-surface"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
EGIT_REPO_URI="https://github.com/linux-surface/surface-dtx-daemon"
|
||||
S="${WORKDIR}/surface-dtx-daemon-9999"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
cargo_live_src_unpack
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cargo_src_compile --locked
|
||||
}
|
Loading…
Add table
Reference in a new issue