| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.09 | 8 | ~amd64 | 0 |
# 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
}
sys-apps/util-linux virtual/zlib
sys-apps/util-linux virtual/zlib
virtual/pkgconfig
| 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 |