pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>apfsprogs</Name>
  6. <Homepage>https://github.com/linux-apfs/apfsprogs</Homepage>
  7. <Packager>
  8. <Name>Bedirhan Kurt</Name>
  9. <Email>bedirhan.kurt@outlook.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>driver</IsA>
  13. <Summary>Experimental APFS tools for Linux</Summary>
  14. <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>
  15. <Archive sha1sum="ebc5bd70ab686cbec7f49d0202d49bddd3784464" type="targz">https://github.com/linux-apfs/apfsprogs/archive/v0.2.0.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>apfsprogs</Name>
  19. <RuntimeDependencies>
  20. <Dependency>module-linux-apfs-rw</Dependency>
  21. </RuntimeDependencies>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="man">/usr/share/man/man8</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. </Package>
  28. <History>
  29. <Update release="2">
  30. <Date>2024-12-30</Date>
  31. <Version>0.2.0</Version>
  32. <Comment>Initial "stable" build based on GitHub release</Comment>
  33. <Name>Bedirhan Kurt</Name>
  34. <Email>bedirhan.kurt@outlook.com</Email>
  35. </Update>
  36. <Update release="1">
  37. <Date>2024-10-03</Date>
  38. <Version>0.1</Version>
  39. <Comment>Initial build specs for PiSi</Comment>
  40. <Name>Bedirhan Kurt</Name>
  41. <Email>bedirhan.kurt@outlook.com</Email>
  42. </Update>
  43. </History>
  44. </PISI>