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:
@@ -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=""
|
||||
Reference in New Issue
Block a user