Files
2025-08-26 04:34:43 +03:00

54 lines
2.1 KiB
XML

<?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="3b9d557c449764cbf671bfb366fb955db3faa611" type="targz">https://github.com/linux-apfs/apfsprogs/archive/v0.2.1.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>
</Package>
<History>
<Update release="3">
<Date>2025-08-26</Date>
<Version>0.2.1</Version>
<Comment>Version Bump.</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="2">
<Date>2024-12-30</Date>
<Version>0.2.0</Version>
<Comment>Initial "stable" build based on GitHub release</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<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>