Files
for-gentoo/app-misc/triggerhappy/triggerhappy-0.3.4.ebuild
T
2017-03-05 11:27:52 +01:00

20 lines
473 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="a lightweight hotkey daemon"
HOMEPAGE="https://github.com/wertarbyte/triggerhappy"
SRC_URI="https://github.com/wertarbyte/triggerhappy/archive/release/${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm"
IUSE=""
S="${WORKDIR}/${PN}-release-${PV}"
src_compile() {
emake DESTDIR="${D}" version.h
default
}