pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>boo</Name>
  6. <Homepage>http://boo.codehaus.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A wrist friendly language for the CLI</Summary>
  14. <Description>Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility.</Description>
  15. <Archive sha1sum="fdd0f91ae1b2917d83fc8fa7f4610e3c22c06bf9" type="targz">https://sources.archlinux.org/other/packages/boo/boo-0.9.4.9.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>mono-devel</Dependency>
  18. <Dependency>shared-mime-info</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>boo</Name>
  23. <RuntimeDependencies>
  24. <Dependency>mono-runtime</Dependency>
  25. <Dependency>shared-mime-info</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="data">/usr/lib/pkgconfig</Path>
  31. <Path fileType="data">/usr/share/mime</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2018-01-06</Date>
  38. <Version>0.9.3.3457</Version>
  39. <Comment>version bump</Comment>
  40. <Name>Ali Algul</Name>
  41. <Email>aligulle3801@gmail.com</Email>
  42. </Update>
  43. </History>
  44. </PISI>