app-emulation/profuse: new ebuild

This commit is contained in:
2023-10-30 10:00:24 -07:00
parent 7248dcb666
commit bc7ec29424
22 changed files with 54 additions and 19 deletions

View File

@@ -0,0 +1 @@
DIST profuse-2016.08.16.tar.gz 644215 BLAKE2B 84aaf3e3b4e2dfadfbb156e63ad2f24c82602d16c6dcf18a64db5a549106124d30b547526070a0137400a1d4b66b265cfb5a0b840ed007e75d96b6587f833553 SHA512 6cd00cbefc2d0b9da42cda0014e639f26385c1b77c0c832529d4915ab9974da89c9eb586f6fa569424031e11d62196164eeead1dcd1f972d3208215f980fcd36

View File

@@ -0,0 +1,26 @@
EAPI=8
MY_PV=$(ver_rs 1- -)
DESCRIPTION="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
}