12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>hunspell-dictionaries</Name>
- <Homepage>https://github.com/wooorm/dictionaries</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>data</IsA>
- <PartOf>office.dictionary</PartOf>
- <Summary>Hunspell dictionaries in UTF-8.</Summary>
- <Description>Collection of normalized and installable hunspell dictionaries.</Description>
- <Archive sha1sum="6b15b9b8f2539a636202eec4603c52605ff680af" type="zip">
- https://github.com/wooorm/dictionaries/archive/2a5353f1617f00e606dc036cab1c37df94272ca0.zip
- </Archive>
- <BuildDependencies>
- <!-- <Dependency>nodejs</Dependency> -->
- <Dependency>util-linux</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level='1'></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>hunspell-dictionaries</Name>
- <Conflicts>
- <Package>hunspell-dict-sv</Package>
- <Package>hunspell-dict-en</Package>
- <Package>hunspell-dict-pt</Package>
- <Package>hunspell-dict-es</Package>
- <Package>hunspell-dict-de</Package>
- </Conflicts>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share/hunspell</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-11-30</Date>
- <Version>0.0.0</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|