mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-embedded/qdl: new package, add 1.0
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
This commit is contained in:
24
dev-embedded/qdl/qdl-1.0.ebuild
Normal file
24
dev-embedded/qdl/qdl-1.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
|
||||
HOMEPAGE="https://github.com/andersson/qdl"
|
||||
SRC_URI="https://github.com/andersson/qdl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="virtual/libudev
|
||||
dev-libs/libxml2
|
||||
"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install
|
||||
|
||||
dodoc README
|
||||
insinto "${EPREFIX}/usr/share/${PN}"
|
||||
doins LICENSE
|
||||
}
|
||||
Reference in New Issue
Block a user