new package and package move

This commit is contained in:
Erkan IŞIK
2026-07-11 23:49:28 +03:00
parent 6083827a02
commit 15982225e9
41 changed files with 113 additions and 33 deletions
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>apfs-fuse</Name>
<Homepage>https://github.com/sgan81/apfs-fuse</Homepage>
<Packager>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Packager>
<License>GPLv2+</License>
<IsA>library</IsA>
<Summary>A read-only FUSE driver for Apple's APFS</Summary>
<Description>apfs-fuse is a read-only driver for the new Apple File System, APFS also supports software encrypted volumes and fusion drives. Firmlinks are not supported yet.</Description>
<Archive sha1sum="7072df718a24ad34ad1853158f26b9f517677dc4" type="zip">https://github.com/sgan81/apfs-fuse/archive/refs/heads/master.zip</Archive>
<Archive sha1sum="40f156053e34e8725f052d2d1590b6abd318f899" type="targz">https://github.com/lzfse/lzfse/archive/lzfse-1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>fuse3-devel</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>attr-devel</Dependency>
<Dependency>gcc</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>apfs-fuse</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/local/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-02-08</Date>
<Version>0.1.0</Version>
<Comment>First release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>