mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
21 lines
431 B
Bash
21 lines
431 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# : $
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="USB Floppy Disk formatting tool"
|
|
HOMEPAGE="https://github.com/tedigh/ufiformat"
|
|
SRC_URI="https://github.com/tedigh/$PN/archive/refs/tags/v$PV.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="sys-fs/e2fsprogs"
|
|
DEPEND=${RDEPEND}
|
|
|
|
QA_CONFIG_IMPL_DECL_SKIP=(
|
|
makedev
|
|
)
|