12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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>
|