sys-fs/ssdfs-tools - 4.09 (gentoo-zh)

Search

Package Information

Description:
userspace tools for SSDFS
Homepage:
https://github.com/dubeyko/ssdfs-tools
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
4.09 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="userspace tools for SSDFS"
HOMEPAGE="https://github.com/dubeyko/ssdfs-tools"
SRC_URI="https://github.com/dubeyko/ssdfs-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

if [[ ${PV} != *9999* ]] ; then
	KEYWORDS="~amd64"
else
	inherit git-r3
	EGIT_REPO_URI="https://github.com/dubeyko/ssdfs-tools.git"
fi

inherit autotools

LICENSE="BSD"
SLOT="0"

RDEPEND="
	sys-apps/util-linux
	virtual/zlib
"

DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare(){
	eapply_user
	eautoreconf
}

Dependencies

DEPEND

	sys-apps/util-linux
	virtual/zlib

RDEPEND

	sys-apps/util-linux
	virtual/zlib

BDEPEND

virtual/pkgconfig

Manifest for 4.09

Type File Size Source URLs
DIST ssdfs-tools-4.09.tar.gz 109772 bytes https://github.com/dubeyko/ssdfs-tools/archive/refs/tags/v4.09.tar.gz