summaryrefslogtreecommitdiff
path: root/sys-fs/genfstab/genfstab-28.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/genfstab/genfstab-28.ebuild')
-rw-r--r--sys-fs/genfstab/genfstab-28.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-fs/genfstab/genfstab-28.ebuild b/sys-fs/genfstab/genfstab-28.ebuild
new file mode 100644
index 000000000000..37d18182b30d
--- /dev/null
+++ b/sys-fs/genfstab/genfstab-28.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Genfstab - generate output suitable for addition to an fstab file"
+HOMEPAGE="https://github.com/scardracs/genfstab https://man.archlinux.org/man/genfstab.8"
+SRC_URI="https://github.com/scardracs/genfstab/releases/download/${PV}/${P}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="app-text/asciidoc"