sys-boot/usbimager - 1.0.10 (ppfeufer-gentoo-overlay)

Search

Package Information

Description:
Minimal GUI for writing compressed disk images to USB drives
Homepage:
https://gitlab.com/bztsrc/usbimager
License:
public-domain BSD BZIP2 MIT ZLIB

Ebuild Details

Version EAPI Keywords Slot
1.0.10 7 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

inherit desktop xdg-utils unpacker

DESCRIPTION="Minimal GUI for writing compressed disk images to USB drives"
HOMEPAGE="https://gitlab.com/bztsrc/${PN}"
LICENSE="public-domain BSD BZIP2 MIT ZLIB"
SRC_URI="https://gitlab.com/bztsrc/usbimager/raw/binaries/usbimager_${PV}-amd64.deb"

SLOT="0"
IUSE=""
RESTRICT="mirror"
KEYWORDS="~amd64 ~arm ~arm64"

RDEPEND="
	sys-fs/udisks
"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}/desktop-file.patch"
)

S="${WORKDIR}"

QA_FLAGS_IGNORED=".*"
QA_PREBUILT="*"

src_install() {
	rm -rf "${S}"/usr/share/man/

	cp -a "${S}"/* "${D}" || die "Installation failed"
}

Dependencies

DEPEND

	sys-fs/udisks

RDEPEND

	sys-fs/udisks

Manifest for 1.0.10

Type File Size Source URLs
DIST usbimager_1.0.10-amd64.deb 173896 bytes https://gitlab.com/bztsrc/usbimager/raw/binaries/usbimager_1.0.10-amd64.deb