Install this version:
emerge -a =sys-fs/profuse-2016.08.16
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/profuse-2016.08.16
Or alternatively:
emerge --autounmask-write -a =sys-fs/profuse-2016.08.16
EAPI=8
MY_PV=$(ver_rs 1- -)
DESCRIPTION="read-only ProDOS and Apple Pascal filesystems for FUSE"
HOMEPAGE="https://github.com/ksherlock/profuse"
SRC_URI="https://github.com/ksherlock/$PN/archive/refs/tags/$MY_PV.tar.gz -> $P.tar.gz"
LICENSE=""
SLOT=0
KEYWORDS="~amd64 ~x86"
S=$WORKDIR/$PN-$MY_PV
src_compile()
{
cd $S
emake || die
}
src_install()
{
cd $S/o
dobin apfm
dobin fuse_pascal
dobin newfs_pascal
dobin profuse
dobin xattr
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | profuse-2016.08.16.tar.gz | 644215 bytes | https://github.com/ksherlock/profuse/archive/refs/tags/$(ver_rs.tar.gz |