mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-28 09:22:33 +01:00
18 lines
395 B
Bash
18 lines
395 B
Bash
# Copyright 2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="USB Floppy Disk formatting tool"
|
|
HOMEPAGE="https://github.com/tedigh/ufiformat"
|
|
SRC_URI="https://github.com/tedigh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="sys-fs/e2fsprogs"
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|