pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libgit2-glib</Name>
  6. <Homepage>https://libgit2-glib.github.com</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>libgit2-glib</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>A linkable library for Git</Summary>
  15. <Description>A plain C library to interface with the git version control system</Description>
  16. <Archive sha1sum="7d5335b1f87527e86f6d7ccb21019c94087010d9" type="targz">https://gitlab.gnome.org/GNOME/libgit2-glib/-/archive/v0.99.0.1/libgit2-glib-v0.99.0.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libgit2-glib</Name>
  22. <RuntimeDependencies>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="data">/usr/share</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>libgit2-glib-devel</Name>
  31. <RuntimeDependencies>
  32. <Dependency release="current">libgit2-glib</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib/pkgconfig</Path>
  36. <Path fileType="header">/usr/include</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2019-09-16</Date>
  42. <Version>0.99.1</Version>
  43. <Comment>First release</Comment>
  44. <Name>Süleyman Poyraz</Name>
  45. <Email>zaryob.dev@gmail.com</Email>
  46. </Update>
  47. </History>
  48. </INARY>