From d993571e2ee444d08f4e9e90d493ee37338657e3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Apr 2024 12:04:20 +0100 Subject: gentoo auto-resync : 13:04:2024 - 12:04:19 --- dev-util/abootimg/abootimg-20150323-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-util/abootimg/abootimg-20150323-r1.ebuild (limited to 'dev-util/abootimg/abootimg-20150323-r1.ebuild') diff --git a/dev-util/abootimg/abootimg-20150323-r1.ebuild b/dev-util/abootimg/abootimg-20150323-r1.ebuild new file mode 100644 index 000000000000..e2e7a47c1899 --- /dev/null +++ b/dev-util/abootimg/abootimg-20150323-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +COMMIT="1ebeb393252ab5aeed62e34bc439b6728444f06e" +DESCRIPTION="Manipulate Android boot images" +HOMEPAGE="https://gitlab.com/ajs124/abootimg" +SRC_URI="https://gitlab.com/ajs124/abootimg/-/archive/${COMMIT}/abootimg-${COMMIT}.tar.bz2 -> ${P}.tar.bz2" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND="sys-apps/util-linux" +RDEPEND="${DEPEND}" + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" +} + +src_install() { + dobin abootimg +} -- cgit v1.2.3