sys-fs/profuse - 2016.08.16 (salfter)

Search

Install

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

Package Information

Description:
read-only ProDOS and Apple Pascal filesystems for FUSE
Homepage:
https://github.com/ksherlock/profuse

Ebuild Details

Version EAPI Keywords Slot
2016.08.16 8 ~amd64 ~x86 0
View Raw Ebuild
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
}

Manifest for 2016.08.16

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