summaryrefslogtreecommitdiff
path: root/sys-fs/genfstab/genfstab-24.ebuild
blob: a3a79dc071e41ea38d408797a3f3ad45725653a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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"