Initial package releases for APFS stuff

Includes spec files for linux-apfs-rw module and apfsprogs from
GitHub:linux-apfs.
This commit is contained in:
Bahar Kurt
2024-10-04 10:53:46 +03:00
parent 65c95a1064
commit d484e45995
6 changed files with 151 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>apfsprogs</Name>
<Homepage>https://github.com/linux-apfs/apfsprogs</Homepage>
<Packager>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>driver</IsA>
<Summary>Experimental APFS tools for Linux</Summary>
<Description>Apfsprogs is a suite of userspace utilities for working with the Apple File System on Linux. It's intended mainly to help test the Linux kernel module, located at https://github.com/linux-apfs/linux-apfs-rw.git</Description>
<Archive sha1sum="8e2d510109ac0a733f9e6c8941c467ffbd8cf3b3" type="targz">https://github.com/linux-apfs/apfsprogs/archive/f31d7c2.tar.gz</Archive>
</Source>
<Package>
<Name>apfsprogs</Name>
<RuntimeDependencies>
<Dependency>module-linux-apfs-rw</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man8</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<BuildFlags>
<Flag>noDelta</Flag>
</BuildFlags>
</Package>
<History>
<Update release="1">
<Date>2024-10-03</Date>
<Version>0.1</Version>
<Comment>Initial build specs for PiSi.</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
</History>
</PISI>