pspec.xml 1.5 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>omake</Name>
  6. <Homepage>https://github.com/ocaml-omake/omake</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2/custom</License>
  12. <PartOf>programming.build</PartOf>
  13. <Summary>A build system designed for scalability and portability.</Summary>
  14. <Description>pass</Description>
  15. <Archive sha1sum="3406a6df4cc342261682dd049e54101e8acea6c3" type="targz">
  16. https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>ocaml</Dependency>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>readline-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!-- <Patch level="1"></Patch> -->
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>omake</Name>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="data">/usr/share</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2024-12-22</Date>
  38. <Version>0.10.7</Version>
  39. <Comment>Init.</Comment>
  40. <Name>PisiLinux Community</Name>
  41. <Email>admin@pisilinux.org</Email>
  42. </Update>
  43. </History>
  44. </PISI>