2021-07-27 12:35:19 -07:00
|
|
|
# Copyright 2021 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2023-09-12 16:45:17 -07:00
|
|
|
EAPI=8
|
2021-07-27 12:35:19 -07:00
|
|
|
|
|
|
|
inherit cargo git-r3
|
|
|
|
|
|
|
|
DESCRIPTION="Commandline utility to control certain aspects of your surface device."
|
|
|
|
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-control"
|
|
|
|
S="${WORKDIR}/surface-control-9999"
|
|
|
|
|
|
|
|
src_unpack() {
|
|
|
|
git-r3_src_unpack
|
|
|
|
cargo_live_src_unpack
|
|
|
|
}
|
|
|
|
|
|
|
|
src_compile() {
|
2023-12-27 18:56:33 -08:00
|
|
|
cargo_src_compile --locked
|
2021-07-27 12:35:19 -07:00
|
|
|
}
|