Changed to .deb release.
This commit is contained in:
parent
87ce697054
commit
1087ab6d4a
1 changed files with 11 additions and 11 deletions
34
app-misc/surface-dtx-daemon/surface-dtx-daemon-0.3.0.ebuild
Normal file
34
app-misc/surface-dtx-daemon/surface-dtx-daemon-0.3.0.ebuild
Normal file
|
@ -0,0 +1,34 @@
|
|||
# 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"
|
||||
SRC_URI="https://github.com/linux-surface/surface-dtx-daemon/releases/download/v${PV}-1/${PN}_${PV}-1_amd64.deb"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
unpack ./control.tar.xz
|
||||
unpack ./data.tar.xz
|
||||
|
||||
eapply_user
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doins -r etc
|
||||
doins -r usr
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue