pspec.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE INARY SYSTEM "www.sulin.com/standard/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>zsh</Name>
  5. <Homepage>http://www.zsh.org</Homepage>
  6. <Packager>
  7. <Name>Ali Rıza KESKİN</Name>
  8. <Email>parduscix@yandex.ru</Email>
  9. </Packager>
  10. <License>as-is</License>
  11. <IsA>app:console</IsA>
  12. <Summary>Powerful command line shell</Summary>
  13. <Description>Zsh is a command interpreter (shell) which has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a lots of other features.</Description>
  14. <Archive sha1sum="b2fd47fdb878aa681edc974864e37baae9b0d6b7">http://deb.debian.org/debian/pool/main/z/zsh/zsh_5.7.1.orig.tar.xz</Archive>
  15. </Source>
  16. <!--Makefile içinden man ve doc kısmını elle sildim.-->
  17. <Package>
  18. <Name>zsh</Name>
  19. <Files>
  20. <Path fileType="config">/etc</Path>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="library">/usr/lib/zsh</Path>
  23. <Path fileType="data">/usr/share/zsh</Path>
  24. </Files>
  25. </Package>
  26. <History>
  27. <Update release="1">
  28. <Date>2020-04-24</Date>
  29. <Version>5.7.1</Version>
  30. <Comment>First release for SulinOS 2021</Comment>
  31. <Name>Suleyman Poyraz</Name>
  32. <Email>zaryob.dev@gmail.com</Email>
  33. </Update>
  34. </History>
  35. </INARY>