You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/x11-misc/edid-data/edid-data-20180315.ebuild

30 lines
573 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
COMMIT="31a6f80784d289d2faa8c4ca4788409c83b3ea14"
DESCRIPTION="EDID binary files"
HOMEPAGE="https://github.com/akatrevorjay/edid-generator"
SRC_URI="https://github.com/akatrevorjay/edid-generator/archive/${COMMIT}.tar.gz -> edid-data-${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64"
DEPEND=""
RDEPEND=""
S="${WORKDIR}/edid-generator-${COMMIT}"
src_compile() {
:
}
src_install() {
dodir /usr/share/edid
insinto /usr/share/edid
doins *.bin
}