rexy712-overlay/sys-apps/rex-edid/rex-edid-0.3.ebuild

29 lines
516 B
Bash

# Copyright 2019 rexy712
# Distributed under the terms of the GNU General Public License v3
EAPI=7
DESCRIPTION="Tool to access edid information"
HOMEPAGE="https://gitlab.com/rexy712/rex-edid"
MY_PV="v${PV}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://gitlab.com/rexy712/rex-edid/-/archive/${MY_PV}/rex-edid-${MY_PV}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/libxcb"
DEPEND="${RDEPEND}"
BDEPEND=""
src_configure(){
return
}
src_compile(){
emake all
}