summaryrefslogtreecommitdiff
path: root/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild
blob: 0405ac1bc01817dc530b554f6dd6f1a8f491680f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Multimedia key daemon that uses the Linux event interface"
HOMEPAGE="https://github.com/burghardt/esekeyd"
SRC_URI="https://github.com/burghardt/esekeyd/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${P}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"

DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO )

src_prepare() {
	default
	eautoreconf
}