pspec.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hunspell-dictionaries</Name>
  6. <Homepage>https://github.com/wooorm/dictionaries</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>data</IsA>
  13. <PartOf>office.dictionary</PartOf>
  14. <Summary>Hunspell dictionaries in UTF-8.</Summary>
  15. <Description>Collection of normalized and installable hunspell dictionaries.</Description>
  16. <Archive sha1sum="6b15b9b8f2539a636202eec4603c52605ff680af" type="zip">
  17. https://github.com/wooorm/dictionaries/archive/2a5353f1617f00e606dc036cab1c37df94272ca0.zip
  18. </Archive>
  19. <BuildDependencies>
  20. <!-- <Dependency>nodejs</Dependency> -->
  21. <Dependency>util-linux</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!-- <Patch level='1'></Patch> -->
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>hunspell-dictionaries</Name>
  29. <Conflicts>
  30. <Package>hunspell-dict-sv</Package>
  31. <Package>hunspell-dict-en</Package>
  32. <Package>hunspell-dict-pt</Package>
  33. <Package>hunspell-dict-es</Package>
  34. <Package>hunspell-dict-de</Package>
  35. </Conflicts>
  36. <RuntimeDependencies>
  37. <!-- <Dependency></Dependency> -->
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="data">/usr/share/hunspell</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="1">
  45. <Date>2022-11-30</Date>
  46. <Version>0.0.0</Version>
  47. <Comment>First build</Comment>
  48. <Name>fury</Name>
  49. <Email>uglyside@yandex.ru</Email>
  50. </Update>
  51. </History>
  52. </PISI>