Install this version:
emerge -a =net-fs/webdavfs-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-fs/webdavfs-1.0
Or alternatively:
emerge --autounmask-write -a =net-fs/webdavfs-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
EAPI=8
inherit go-module
go-module_set_globals
DESCRIPTION="A FUSE filesystem for WebDAV shares"
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
SRC_URI="
https://github.com/miquels/$PN/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://alfter.us/wp-content/uploads/2023/04/$P-deps.tar.xz
"
# see https://wiki.gentoo.org/wiki/Writing_go_Ebuilds for reference
RESTRICT="mirror test"
DEPEND="sys-fs/fuse"
src_compile()
{
ego build
}
src_install()
{
dobin $PN
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | webdavfs-1.0-deps.tar.xz | 25507012 bytes | https://alfter.us/wp-content/uploads/2023/04/webdavfs-1.0-deps.tar.xz |
| DIST | webdavfs-1.0.tar.gz | 25904 bytes | https://github.com/miquels/webdavfs/archive/v1.0.tar.gz |