1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-29 16:04:10 +02:00

Added ufiformat

This commit is contained in:
2019-08-06 21:47:32 +02:00
parent fe363fc13e
commit 45ba3e1210
2 changed files with 19 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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=""