app-misc/usbw8 - 1.0.0 (headspace)

Search

Install

Install this version:

emerge -a =app-misc/usbw8-1.0.0

Package Information

Description:
USB image writer with interactive disk selection
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 * 0
View Raw Ebuild
EAPI=8

DESCRIPTION="USB image writer with interactive disk selection"
HOMEPAGE=""
SRC_URI=""
RESTRICT="mirror fetch"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
S="${WORKDIR}"

RDEPEND="
  app-shells/bash
  sys-apps/coreutils
  sys-apps/util-linux
  app-admin/doas
"

src_install() {
  newbin "${FILESDIR}/usbw8" usbw8
}

Dependencies

RDEPEND

  app-shells/bash
  sys-apps/coreutils
  sys-apps/util-linux
  app-admin/doas